Skip to content

Commit d8e1569

Browse files
committed
ci: bump macos to 14
1 parent f43ba72 commit d8e1569

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
# target: aarch64-unknown-linux-gnu
2222
# - os: ubuntu-22.04
2323
# target: aarch64-unknown-linux-musl
24-
- os: macos-12
24+
- os: macos-14
2525
target: x86_64-apple-darwin
26-
- os: macos-12
26+
- os: macos-14
2727
target: aarch64-apple-darwin
2828
- os: windows-2022
2929
target: x86_64-pc-windows-msvc

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
# target: aarch64-unknown-linux-gnu
3434
# - os: ubuntu-22.04
3535
# target: aarch64-unknown-linux-musl
36-
- os: macos-12
36+
- os: macos-14
3737
target: x86_64-apple-darwin
38-
- os: macos-12
38+
- os: macos-14
3939
target: aarch64-apple-darwin
4040
- os: windows-2022
4141
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)