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 cbab976 commit 0a54651Copy full SHA for 0a54651
.github/workflows/release.yml
@@ -31,13 +31,13 @@ jobs:
31
# cross-compile: true
32
33
# macOS (Intel)
34
- - os: macos-15
+ - os: macos-15-intel
35
rust-target: x86_64-apple-darwin
36
asset-name: andromeda-macos-amd64
37
installer-name: andromeda-installer-macos-amd64
38
39
# macOS (Apple Silicon/ARM)
40
- - os: macos-14
+ - os: macos-latest
41
rust-target: aarch64-apple-darwin
42
asset-name: andromeda-macos-arm64
43
installer-name: andromeda-installer-macos-arm64
0 commit comments