Skip to content

Commit 42a0b0a

Browse files
authored
Change to use windows-2019 to fix CI. (#252)
This commit is an attempt to work around flakiness in the Windows CI relating to downloading Wasmtime release assets. See actions/runner-images#7007.
1 parent 2c462c0 commit 42a0b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
os: macos-latest
3333
config: release
3434
- build: windows-debug
35-
os: windows-latest
35+
os: windows-2019
3636
config: debug
3737
- build: windows-release
38-
os: windows-latest
38+
os: windows-2019
3939
config: release
4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)