Skip to content

Commit aac464c

Browse files
authored
fix: Move from macos-13 runners to macos-15-intel runners (#5875)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent cb33f74 commit aac464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
target:
2929
- { os: macos, runs-on: "macos-latest", target: aarch64-apple-darwin }
30-
- { os: macos, runs-on: "macos-13", target: x86_64-apple-darwin }
30+
- { os: macos, runs-on: "macos-15-intel", target: x86_64-apple-darwin }
3131
- { os: ubuntu, runs-on: "ubuntu-latest", target: aarch64-unknown-linux-gnu }
3232
- { os: ubuntu, runs-on: "ubuntu-latest", target: x86_64-unknown-linux-gnu }
3333
steps:

0 commit comments

Comments
 (0)