We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eeb34 commit 0350fefCopy full SHA for 0350fef
.github/workflows/ci_test-vector-handler.yaml
@@ -20,6 +20,7 @@ jobs:
20
- ubuntu-latest
21
- windows-latest
22
- macos-12
23
+ - macos-latest
24
python:
25
- 3.8
26
- 3.x
@@ -36,6 +37,8 @@ jobs:
36
37
architecture: x86
38
- os: macos-12
39
40
+ - os: macos-latest
41
+ architecture: x86
42
steps:
43
- uses: aws-actions/configure-aws-credentials@v4
44
with:
.github/workflows/ci_tests.yaml
@@ -27,6 +27,7 @@ jobs:
27
28
29
30
31
32
- 3.7
33
@@ -51,6 +52,8 @@ jobs:
51
52
53
54
55
56
57
58
- uses: actions/checkout@v4
59
- uses: actions/setup-python@v4
0 commit comments