We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5d22c commit 9bd1af8Copy full SHA for 9bd1af8
.github/workflows/rust.yml
@@ -14,13 +14,16 @@ jobs:
14
matrix:
15
channel:
16
- stable
17
- - beta
18
- nightly
19
- 1.63.0 # MSRV of test dependencies
20
os:
21
- - macos-11
22
- - windows-2022
23
- - ubuntu-22.04
+ - macos-13 # x86 MacOS
+ - macos-15 # Arm MacOS
+ - windows-2025
+ - ubuntu-24.04
24
+ include:
25
+ - channel: beta
26
+ os: ubuntu-24.04
27
28
steps:
29
- name: Checkout repository
@@ -35,7 +38,7 @@ jobs:
35
38
36
39
msrv:
37
40
name: Check building with the MSRV
- runs-on: ubuntu-22.04
41
+ runs-on: ubuntu-24.04
42
43
44
uses: actions/checkout@v4
0 commit comments