Skip to content

Commit 0b764ff

Browse files
committed
[ci/release] Use macos-13 runner when compiling for macOS (Intel)
1 parent 095d822 commit 0b764ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ext: ''
4747

4848
# ume (macOS x86_64 ~ Intel)
49-
- runner: macos-latest
49+
- runner: macos-13
5050
target: x86_64-apple-darwin
5151
rustflags: "-Ctarget-cpu=native"
5252
cross: false
@@ -56,7 +56,7 @@ jobs:
5656
# ume (macOS ARM64 ~ Apple Silicon)
5757
- runner: macos-latest
5858
target: aarch64-apple-darwin
59-
rustflags: ''
59+
rustflags: '-Ctarget-cpu=native'
6060
cross: false
6161
flags: ""
6262
ext: ''

0 commit comments

Comments
 (0)