Skip to content

Commit ed4b866

Browse files
committed
CI on windows fails to build due to a runner update
1 parent 361cf96 commit ed4b866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
os:
61-
- windows-latest
61+
- windows-2019
6262
- macos-latest
6363
runs-on: ${{ matrix.os }}
6464
steps:
@@ -107,15 +107,15 @@ jobs:
107107
build: [ win-msvc, win-gnu, win32-msvc ]
108108
include:
109109
- build: win-msvc
110-
os: windows-latest
110+
os: windows-2019
111111
rust: stable
112112
target: x86_64-pc-windows-msvc
113113
- build: win-gnu
114-
os: windows-latest
114+
os: windows-2019
115115
rust: stable-x86_64-gnu
116116
target: x86_64-pc-windows-gnu
117117
- build: win32-msvc
118-
os: windows-latest
118+
os: windows-2019
119119
rust: stable
120120
target: i686-pc-windows-msvc
121121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)