Skip to content

Commit 0aacf84

Browse files
committed
m
1 parent 0e8ecd9 commit 0aacf84

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
architecture: x86
3737
- os: macos-latest
3838
architecture: x86
39+
- os: macos-latest
3940
python: 3.8
4041
steps:
4142
- uses: aws-actions/configure-aws-credentials@v4

.github/workflows/ci_tests.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@ jobs:
4949
architecture: x86
5050
- os: macos-latest
5151
architecture: x86
52-
python:
53-
- 3.8
54-
- 3.9
55-
- "3.10"
52+
# Skip older Python versions on macOS
53+
- os: macos-latest
54+
python: 3.8
55+
- os: macos-latest
56+
python: 3.9
57+
- os: macos-latest
58+
python: "3.10"
5659
steps:
5760
- uses: actions/checkout@v4
5861
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)