Skip to content

Commit 570e739

Browse files
committed
CI: Upgrade to macOS 15
1 parent 0df53ad commit 570e739

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ jobs:
3434
matrix:
3535
build:
3636
- linux-x86_64
37-
- macos-13
3837
- macos-14
38+
- macos-15
3939
- windows
4040
include:
4141
- build: linux-x86_64
4242
os: ubuntu-24.04
4343
run-tests: 'true'
4444
target: x86_64-unknown-linux-gnu
45-
- build: macos-13
46-
os: macos-13
47-
run-tests: 'true'
48-
target: x86_64-apple-darwin
4945
- build: macos-14
5046
os: macos-14
5147
run-tests: 'true'
48+
target: x86_64-apple-darwin
49+
- build: macos-15
50+
os: macos-15
51+
run-tests: 'true'
5252
target: aarch64-apple-darwin
5353
- build: windows
5454
os: windows-2022

0 commit comments

Comments
 (0)