Skip to content

Commit 358c963

Browse files
authored
Merge pull request #205 from vdice/ci/restore-macos-amd64-pin-versions
ci(.github): pin macos runner versions; restore amd64 builds via macos-13
2 parents 1e9dad4 + a4ff008 commit 358c963

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: [lint-rust]
5757
strategy:
5858
matrix:
59-
os: [ubuntu-latest, windows-latest, macos-latest]
59+
os: [ubuntu-latest, windows-latest, macos-14]
6060
steps:
6161
# install dependencies
6262
- name: Install latest Rust stable toolchain
@@ -82,7 +82,7 @@ jobs:
8282
needs: [lint-rust]
8383
strategy:
8484
matrix:
85-
os: [ubuntu-latest, windows-latest, macos-latest]
85+
os: [ubuntu-latest, windows-latest, macos-14]
8686
steps:
8787
# install dependencies
8888
- name: Install latest Rust stable toolchain

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
targetDir: "target/aarch64-unknown-linux-gnu/release",
5050
}
5151
- {
52-
os: "macos-latest",
52+
os: "macos-13",
5353
arch: "amd64",
5454
wasiSDK: "macos",
5555
extension: "",
@@ -58,13 +58,13 @@ jobs:
5858
targetDir: "target/release",
5959
}
6060
- {
61-
os: "macos-latest",
61+
os: "macos-14",
6262
arch: "aarch64",
6363
wasiSDK: "macos",
6464
extension: "",
65-
buildArgs: "--target aarch64-apple-darwin",
66-
target: "aarch64-apple-darwin",
67-
targetDir: "target/aarch64-apple-darwin/release/",
65+
buildArgs: "",
66+
target: "",
67+
targetDir: "target/release",
6868
}
6969
- {
7070
os: "windows-latest",

0 commit comments

Comments
 (0)