Skip to content

Commit d63ab67

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

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)