Skip to content

Commit f2fb202

Browse files
committed
Pin x86_64 build to macos-13, as macos-latest (14) runners now use aarch64.
1 parent a6c8843 commit f2fb202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- target: aarch64-apple-darwin
3131
os: macos-latest
3232
- target: x86_64-apple-darwin
33-
os: macos-latest
33+
os: macos-13
3434
# Windows
3535
- target: x86_64-pc-windows-msvc
3636
os: windows-latest

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
config:
1111
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
1212
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, gha_alias: 'Linux aarch64 - ' }
13-
- { os: macos-latest, target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
13+
- { os: macos-13, target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
1414
- { os: macos-latest, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
1515
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
1616
cargo_cmd:

0 commit comments

Comments
 (0)