diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba4f4be520..6929e31aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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