We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cddd41 commit abfca22Copy full SHA for abfca22
.github/workflows/ci_test-vector-handler.yaml
@@ -19,7 +19,7 @@ jobs:
19
os:
20
- ubuntu-latest
21
- windows-latest
22
- - macos-12
+ - macos-13
23
python:
24
- 3.8
25
- 3.x
@@ -34,7 +34,7 @@ jobs:
34
# x86 builds are only meaningful for Windows
35
- os: ubuntu-latest
36
architecture: x86
37
- - os: macos-12
+ - os: macos-13
38
39
steps:
40
- uses: aws-actions/configure-aws-credentials@v4
.github/workflows/ci_tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
- 3.9
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
# MPL is not supported on <3.11
60
- python: 3.7
0 commit comments