Skip to content

Commit

Permalink
Use fix runner images.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 12, 2024
1 parent 0923588 commit e071964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os-type: [windows-latest]
os-type: [windows-2022]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e071964

Please sign in to comment.