Skip to content

Commit 9bd1af8

Browse files
committed
Update CI runners to the latest available versions
Also ensure we test both x86 and aarch64 MacOS. To slightly reduce the total number of jobs, only check `beta` on Linux.
1 parent 8c5d22c commit 9bd1af8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ jobs:
1414
matrix:
1515
channel:
1616
- stable
17-
- beta
1817
- nightly
1918
- 1.63.0 # MSRV of test dependencies
2019
os:
21-
- macos-11
22-
- windows-2022
23-
- ubuntu-22.04
20+
- macos-13 # x86 MacOS
21+
- macos-15 # Arm MacOS
22+
- windows-2025
23+
- ubuntu-24.04
24+
include:
25+
- channel: beta
26+
os: ubuntu-24.04
2427

2528
steps:
2629
- name: Checkout repository
@@ -35,7 +38,7 @@ jobs:
3538

3639
msrv:
3740
name: Check building with the MSRV
38-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
3942
steps:
4043
- name: Checkout repository
4144
uses: actions/checkout@v4

0 commit comments

Comments
 (0)