Skip to content

Commit

Permalink
ci(.github): pin macos runner versions; restore amd64 builds via maco…
Browse files Browse the repository at this point in the history
…s-13

Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
  • Loading branch information
vdice committed Jun 24, 2024
1 parent 1e9dad4 commit a4ff008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: [lint-rust]
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-14]
steps:
# install dependencies
- name: Install latest Rust stable toolchain
Expand All @@ -82,7 +82,7 @@ jobs:
needs: [lint-rust]
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-14]
steps:
# install dependencies
- name: Install latest Rust stable toolchain
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
targetDir: "target/aarch64-unknown-linux-gnu/release",
}
- {
os: "macos-latest",
os: "macos-13",
arch: "amd64",
wasiSDK: "macos",
extension: "",
Expand All @@ -58,13 +58,13 @@ jobs:
targetDir: "target/release",
}
- {
os: "macos-latest",
os: "macos-14",
arch: "aarch64",
wasiSDK: "macos",
extension: "",
buildArgs: "--target aarch64-apple-darwin",
target: "aarch64-apple-darwin",
targetDir: "target/aarch64-apple-darwin/release/",
buildArgs: "",
target: "",
targetDir: "target/release",
}
- {
os: "windows-latest",
Expand Down

0 comments on commit a4ff008

Please sign in to comment.