Skip to content

Commit 1c68485

Browse files
committed
chore(build.yaml): pin macos amd64/aarch64 runners
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 1420588 commit 1c68485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
config:
2626
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
2727
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
28-
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
29-
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }
28+
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
29+
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
3030
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
3131
steps:
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)