Skip to content

Commit 1f4621c

Browse files
committed
Fix bitrot on github action so main workflow works again
1 parent f5953cb commit 1f4621c

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
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Setup emsdk
40-
uses: mymindstorm/setup-emsdk@v14
40+
uses: pyodide/setup-emsdk@v15
4141
with:
4242
version: ${{ env.EMSCRIPTEN_VERSION }}
4343
actions-cache-folder: emsdk-cache-${{ runner.os }}
@@ -113,7 +113,7 @@ jobs:
113113
include/**/*.h
114114
115115
create_package:
116-
runs-on: windows-2019
116+
runs-on: windows-2022
117117
needs: build
118118
if: |
119119
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || contains(github.ref, 'nuget') || startsWith(github.ref, 'refs/tags/v'))) ||

0 commit comments

Comments
 (0)