Skip to content

Commit 926037c

Browse files
committed
m
1 parent 270b841 commit 926037c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
architecture: x86
3737
- os: macos-latest
3838
architecture: x86
39+
- os: macos-latest
40+
python: 3.8
3941
steps:
4042
- uses: aws-actions/configure-aws-credentials@v4
4143
with:

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
architecture: x86
5050
- os: macos-latest
5151
architecture: x86
52+
- os: macos-latest
53+
python:
54+
- 3.8
55+
- 3.9
56+
- "3.10"
5257
steps:
5358
- uses: actions/checkout@v4
5459
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)