Skip to content

Commit 0350fef

Browse files
committed
adding macos-latest tests
1 parent c3eeb34 commit 0350fef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci_test-vector-handler.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- ubuntu-latest
2121
- windows-latest
2222
- macos-12
23+
- macos-latest
2324
python:
2425
- 3.8
2526
- 3.x
@@ -36,6 +37,8 @@ jobs:
3637
architecture: x86
3738
- os: macos-12
3839
architecture: x86
40+
- os: macos-latest
41+
architecture: x86
3942
steps:
4043
- uses: aws-actions/configure-aws-credentials@v4
4144
with:

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- ubuntu-latest
2828
- windows-latest
2929
- macos-12
30+
- macos-latest
3031
python:
3132
- 3.7
3233
- 3.8
@@ -51,6 +52,8 @@ jobs:
5152
architecture: x86
5253
- os: macos-12
5354
architecture: x86
55+
- os: macos-latest
56+
architecture: x86
5457
steps:
5558
- uses: actions/checkout@v4
5659
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)