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

Commit 929f908

Browse files
authored
Merge pull request #2758 from DeeDeeG/CI-windows-2019
CI: Use 'windows-2019' image for Windows tests (makes CI passing)
2 parents be2baf3 + f867d24 commit 929f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: tests
1010
strategy:
1111
matrix:
12-
os: [ubuntu-18.04, macos-latest, windows-latest]
12+
os: [ubuntu-18.04, macos-latest, windows-2019]
1313
channel: [beta, nightly]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)