Skip to content

Commit 3dce0d6

Browse files
committed
Update macOS runner versions in CI
- Update macos-13 to macos-15-intel for x86_64 builds. - Update macos-14 to macos-15 for aarch64 builds.
1 parent 000a086 commit 3dce0d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- os: ubuntu-latest
2525
target: aarch64-unknown-linux-gnu
2626
linker: aarch64-linux-gnu-gcc
27-
- os: macos-13
27+
- os: macos-15-intel
2828
target: x86_64-apple-darwin
29-
- os: macos-14
29+
- os: macos-15
3030
target: aarch64-apple-darwin
3131
- os: windows-latest
3232
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)