Skip to content

Commit 1cf0866

Browse files
authored
Merge pull request #31 from vdice/chore/pin-mac-runners
chore(build.yaml): pin macos amd64/aarch64 runners
2 parents 78982bd + d63ab67 commit 1cf0866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
config:
5757
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
5858
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
59-
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
60-
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }
59+
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
60+
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
6161
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
6262
steps:
6363
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)