Skip to content

Commit 2f35607

Browse files
fix
1 parent ea72e9e commit 2f35607

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
- windows-latest
24-
- macos-13
24+
- macos-latest
2525
python:
2626
- 3.8
2727
- 3.x
@@ -36,7 +36,7 @@ jobs:
3636
# x86 builds are only meaningful for Windows
3737
- os: ubuntu-latest
3838
architecture: x86
39-
- os: macos-13
39+
- os: macos-latest
4040
architecture: x86
4141
steps:
4242
- uses: aws-actions/configure-aws-credentials@v4

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os:
2323
- ubuntu-latest
2424
- windows-latest
25-
- macos-13
25+
- macos-latest
2626
python:
2727
- 3.8
2828
- 3.9
@@ -50,7 +50,7 @@ jobs:
5050
# x86 builds are only meaningful for Windows
5151
- os: ubuntu-latest
5252
architecture: x86
53-
- os: macos-13
53+
- os: macos-latest
5454
architecture: x86
5555
# MPL is not supported on <3.11
5656
- python: 3.7

0 commit comments

Comments
 (0)