Skip to content

Commit 38092d0

Browse files
authored
Merge pull request #281 from nickbabcock/macos-intel
Bump to macos-15-intel as macos-13 is being removed
2 parents bf88a61 + 32f6d1b commit 38092d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- build: x86_64-unknown-linux-musl
2727
os: ubuntu-latest
2828
- build: x86_64-apple-darwin
29-
os: macos-13
29+
os: macos-15-intel
3030
- build: aarch64-apple-darwin
31-
os: macos-14
31+
os: macos-15
3232
- build: x86_64-pc-windows-msvc
3333
os: windows-latest
3434
steps:

0 commit comments

Comments
 (0)