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 ba09d3d commit e1df528Copy full SHA for e1df528
.github/workflows/spa-client-build.yml
@@ -14,11 +14,11 @@ jobs:
14
target: x86_64-unknown-linux-musl
15
name: spa-client-linux-musl-x86_64
16
command: make release-linux-client-musl
17
- - os: macos-13
+ - os: macos-15-intel
18
target: x86_64-apple-darwin
19
name: spa-client-macos-x86_64
20
command: make release-client-mac
21
- - os: macos-14
+ - os: macos-15
22
target: aarch64-apple-darwin
23
name: spa-client-macos-aarch64
24
0 commit comments