Skip to content

Commit

Permalink
Update CI runners to the latest available versions
Browse files Browse the repository at this point in the history
Also ensure we test both x86 and aarch64 MacOS.  To slightly reduce the
total number of jobs, only check `beta` on Linux.
  • Loading branch information
tgross35 committed Dec 28, 2024
1 parent 8c5d22c commit 9bd1af8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
matrix:
channel:
- stable
- beta
- nightly
- 1.63.0 # MSRV of test dependencies
os:
- macos-11
- windows-2022
- ubuntu-22.04
- macos-13 # x86 MacOS
- macos-15 # Arm MacOS
- windows-2025
- ubuntu-24.04
include:
- channel: beta
os: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -35,7 +38,7 @@ jobs:

msrv:
name: Check building with the MSRV
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 9bd1af8

Please sign in to comment.