We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00cd9d commit 978e3a3Copy full SHA for 978e3a3
2 files changed
.github/workflows/build-test-sdk.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
settings:
30
- - host: macos-13
+ - host: macos-15-intel
31
target: x86_64-apple-darwin
32
build: pnpm build:rust --target x86_64-apple-darwin && pnpm build:js
33
- host: ubuntu-latest
@@ -105,7 +105,7 @@ jobs:
105
- host: macos-latest
106
target: aarch64-apple-darwin
107
architecture: arm64
108
109
110
architecture: x64
111
node:
.github/workflows/publish-sdk.yml
@@ -25,7 +25,7 @@ jobs:
25
26
0 commit comments