Skip to content

Commit 0770065

Browse files
committed
ci: upgrade to macos-14
1 parent 315137e commit 0770065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
os:
6868
[
69-
"macos-13",
69+
"macos-14",
7070
"macos-latest",
7171
"ubuntu-24.04-arm",
7272
"ubuntu-latest",

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
asset-name: nova-linux-arm64
2727

2828
# macOS (Intel)
29-
- os: macos-13
29+
- os: macos-14
3030
rust-target: x86_64-apple-darwin
3131
asset-name: nova-macos-amd64
3232

0 commit comments

Comments
 (0)