Skip to content

Commit

Permalink
Switch the windows CI to the 2019 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Dec 8, 2022
1 parent 36e4cb1 commit e27a1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-2019, macOS-latest]
rust: [stable, nightly]
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-2019, macOS-latest]
rust: [stable, nightly]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --tests --examples --features=clap -- -D warnings

0 comments on commit e27a1c9

Please sign in to comment.