Skip to content

Commit e071964

Browse files
committed
Use fix runner images.
1 parent 0923588 commit e071964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: windows-latest
10+
runs-on: windows-2022
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2

.github/workflows/wasm_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os-type: [windows-latest]
16+
os-type: [windows-2022]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)