Skip to content

Commit 33aac5d

Browse files
committed
CI: Upgrade OS versions
1 parent 16a1a16 commit 33aac5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)