Skip to content

Commit fca1c0c

Browse files
committed
chore(.github): replace deprecated macos-13 runner with macos-15-intel
Signed-off-by: Vaughn Dice <[email protected]>
1 parent fea79f0 commit fca1c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
config:
6161
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
6262
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
63-
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
63+
- { target: "x86_64-apple-darwin", os: "macos-15-intel", arch: "amd64", extension: "" }
6464
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
6565
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
6666
steps:

0 commit comments

Comments
 (0)