Skip to content

Commit

Permalink
Merge pull request fermyon#19 from vdice/chore/pin-mac-runners
Browse files Browse the repository at this point in the history
chore(build.yaml): pin macos amd64/aarch64 runners
  • Loading branch information
vdice authored Jun 24, 2024
2 parents 7b41a5a + 730a080 commit 8482a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
config:
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8482a62

Please sign in to comment.