Skip to content

Commit 978e3a3

Browse files
committed
chore: macOS-13 -> macos-15-intel
1 parent a00cd9d commit 978e3a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
settings:
30-
- host: macos-13
30+
- host: macos-15-intel
3131
target: x86_64-apple-darwin
3232
build: pnpm build:rust --target x86_64-apple-darwin && pnpm build:js
3333
- host: ubuntu-latest
@@ -105,7 +105,7 @@ jobs:
105105
- host: macos-latest
106106
target: aarch64-apple-darwin
107107
architecture: arm64
108-
- host: macos-13
108+
- host: macos-15-intel
109109
target: x86_64-apple-darwin
110110
architecture: x64
111111
node:

.github/workflows/publish-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
settings:
28-
- host: macos-13
28+
- host: macos-15-intel
2929
target: x86_64-apple-darwin
3030
build: pnpm build:rust --target x86_64-apple-darwin && pnpm build:js
3131
- host: ubuntu-latest

0 commit comments

Comments
 (0)