Skip to content

Commit 7545de4

Browse files
authored
fix(CI): updated ci_test-vector-handler.yaml and ci_tests.yaml (#665)
1 parent 9c34aad commit 7545de4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
22-
- macos-latest
22+
- macos-12
2323
python:
2424
- 3.8
2525
- 3.x
@@ -34,7 +34,7 @@ jobs:
3434
# x86 builds are only meaningful for Windows
3535
- os: ubuntu-latest
3636
architecture: x86
37-
- os: macos-latest
37+
- os: macos-12
3838
architecture: x86
3939
steps:
4040
- uses: aws-actions/configure-aws-credentials@v4

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
29-
- macos-latest
29+
- macos-12
3030
python:
3131
- 3.7
3232
- 3.8
@@ -49,7 +49,7 @@ jobs:
4949
# x86 builds are only meaningful for Windows
5050
- os: ubuntu-latest
5151
architecture: x86
52-
- os: macos-latest
52+
- os: macos-12
5353
architecture: x86
5454
steps:
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)