Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2758 from DeeDeeG/CI-windows-2019
Browse files Browse the repository at this point in the history
CI: Use 'windows-2019' image for Windows tests (makes CI passing)
  • Loading branch information
smashwilson committed Apr 18, 2022
2 parents be2baf3 + f867d24 commit 929f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: tests
strategy:
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-2019]
channel: [beta, nightly]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 929f908

Please sign in to comment.