Skip to content

Commit

Permalink
CI: Exclude aarch64-pc-windows-msvc from MSRV testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 3, 2023
1 parent 372925f commit db8e20e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ jobs:
- 1.57 # MSRV
- beta

exclude:
- target: aarch64-pc-windows-msvc
# regex-syntax requires at least 1.60.
rust_channel: 1.57 # MSRV

include:
- target: aarch64-apple-darwin
host_os: macos-12
Expand Down

0 comments on commit db8e20e

Please sign in to comment.