We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315137e commit 0770065Copy full SHA for 0770065
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
matrix:
67
os:
68
[
69
- "macos-13",
+ "macos-14",
70
"macos-latest",
71
"ubuntu-24.04-arm",
72
"ubuntu-latest",
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
asset-name: nova-linux-arm64
27
28
# macOS (Intel)
29
- - os: macos-13
+ - os: macos-14
30
rust-target: x86_64-apple-darwin
31
asset-name: nova-macos-amd64
32
0 commit comments