Browse Source

Switch back to windows-2019 on CI (#3854)

Looks like windows-2022 is failing, let's perhaps pin for now?
pull/3848/head
Alex Crichton 3 years ago
committed by GitHub
parent
commit
b57dc5e334
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -215,8 +215,8 @@ jobs:
include: include:
- os: ubuntu-latest - os: ubuntu-latest
- os: macos-latest - os: macos-latest
- os: windows-latest - os: windows-2019
- os: windows-latest - os: windows-2019
target: x86_64-pc-windows-gnu target: x86_64-pc-windows-gnu
- os: ubuntu-latest - os: ubuntu-latest
target: aarch64-unknown-linux-gnu target: aarch64-unknown-linux-gnu

Loading…
Cancel
Save