Skip to content

Commit d38b848

Browse files
committed
fix(ci): use standard macos runners for npm release
1 parent 3df6411 commit d38b848

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
include:
4444
- runner: ubuntu-24.04
4545
target: x86_64-unknown-linux-musl
46-
- runner: macos-15-xlarge
46+
- runner: macos-15-intel
4747
target: x86_64-apple-darwin
48-
- runner: macos-15-xlarge
48+
- runner: macos-15
4949
target: aarch64-apple-darwin
5050

5151
steps:

0 commit comments

Comments
 (0)