Skip to content

Commit 35b04e2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
config:
5757
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: "" }
5858
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "" }
59-
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
59+
- { target: "x86_64-apple-darwin", os: "macos-15-intel", arch: "amd64", extension: "" }
6060
- { 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:

0 commit comments

Comments
 (0)