Skip to content

Commit b5eeeca

Browse files
authored
Merge pull request #32 from vdice/chore/pin-mac-runners
2 parents d48a8d7 + a3bb0ef commit b5eeeca

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
@@ -51,8 +51,8 @@ jobs:
5151
config:
5252
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: "" }
5353
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "" }
54-
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
55-
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }
54+
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
55+
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
5656
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)