Skip to content

Commit abfca22

Browse files
chore(CI): Bump from macOS 12 to 13 (#723)
1 parent 9cddd41 commit abfca22

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-12
22+
- macos-13
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-12
37+
- os: macos-13
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-12
29+
- macos-13
3030
python:
3131
- 3.8
3232
- 3.9
@@ -54,7 +54,7 @@ jobs:
5454
# x86 builds are only meaningful for Windows
5555
- os: ubuntu-latest
5656
architecture: x86
57-
- os: macos-12
57+
- os: macos-13
5858
architecture: x86
5959
# MPL is not supported on <3.11
6060
- python: 3.7

0 commit comments

Comments
 (0)