Skip to content

Commit 9aa22c3

Browse files
chore(CI): Bump from macOS 12 to 13 (#723)
1 parent 61953f1 commit 9aa22c3

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
@@ -48,7 +48,7 @@ jobs:
4848
# x86 builds are only meaningful for Windows
4949
- os: ubuntu-latest
5050
architecture: x86
51-
- os: macos-12
51+
- os: macos-13
5252
architecture: x86
5353
steps:
5454
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)