Skip to content

Commit 7eb5fcc

Browse files
committed
Update to macos-13 to fix the crashing CI job
1 parent aada1e1 commit 7eb5fcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
platform:
30-
- os: "macos-12"
30+
- os: "macos-13"
3131
target: "x86_64-apple-darwin"
3232
arch: "x86_64"
3333
- os: "ubuntu-22.04"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
target: "x86_64-pc-windows-msvc"
3333
arch: "x86_64"
3434
# macOs
35-
- os: "macos-12"
35+
- os: "macos-13"
3636
target: "aarch64-apple-darwin"
3737
# This is not true, but simplifies the logic of the action.
3838
arch: "x86_64"
39-
- os: "macos-12"
39+
- os: "macos-13"
4040
target: "x86_64-apple-darwin"
4141
arch: "x86_64"
4242
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)