Skip to content

Commit 4407ea3

Browse files
authored
Merge pull request #67 from vdice/chore/update-mac-amd64-runner
chore(.github): replace deprecated macos-13 runner with macos-15-intel
2 parents b905f8b + f50433f commit 4407ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
config:
3131
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
3232
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
33-
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
33+
- { target: "x86_64-apple-darwin", os: "macos-15-intel", arch: "amd64", extension: "" }
3434
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
3535
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
3636
steps:

0 commit comments

Comments
 (0)