Skip to content

Commit e1df528

Browse files
committed
fix ci
1 parent ba09d3d commit e1df528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spa-client-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
target: x86_64-unknown-linux-musl
1515
name: spa-client-linux-musl-x86_64
1616
command: make release-linux-client-musl
17-
- os: macos-13
17+
- os: macos-15-intel
1818
target: x86_64-apple-darwin
1919
name: spa-client-macos-x86_64
2020
command: make release-client-mac
21-
- os: macos-14
21+
- os: macos-15
2222
target: aarch64-apple-darwin
2323
name: spa-client-macos-aarch64
2424
command: make release-client-mac

0 commit comments

Comments
 (0)