Skip to content

Commit

Permalink
use windows 2019 instead of latest
Browse files Browse the repository at this point in the history
Seems that windows latest is slower and have some libs errors
  • Loading branch information
SpaiR committed Jul 5, 2024
1 parent b0f098c commit 0272707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-2019, macos-latest ]
include:
- os: ubuntu-latest
rust-target: 1.79-x86_64-unknown-linux-gnu
- os: windows-latest
- os: windows-2019
rust-target: 1.79-x86_64-pc-windows-gnu
- os: macos-latest
rust-target: 1.79-x86_64-apple-darwin
Expand Down

0 comments on commit 0272707

Please sign in to comment.