Skip to content

Commit 270b841

Browse files
committed
m
1 parent e8a1140 commit 270b841

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
22-
- macos-12
22+
- macos-latest
2323
python:
2424
- 3.8
2525
- "3.12"
@@ -34,7 +34,7 @@ jobs:
3434
# x86 builds are only meaningful for Windows
3535
- os: ubuntu-latest
3636
architecture: x86
37-
- os: macos-12
37+
- os: macos-latest
3838
architecture: x86
3939
steps:
4040
- 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
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
29-
- macos-12
29+
- macos-latest
3030
python:
3131
- 3.8
3232
- 3.9
@@ -47,7 +47,7 @@ jobs:
4747
# x86 builds are only meaningful for Windows
4848
- os: ubuntu-latest
4949
architecture: x86
50-
- os: macos-12
50+
- os: macos-latest
5151
architecture: x86
5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)