We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5953cb commit 1f4621cCopy full SHA for 1f4621c
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v4
38
39
- name: Setup emsdk
40
- uses: mymindstorm/setup-emsdk@v14
+ uses: pyodide/setup-emsdk@v15
41
with:
42
version: ${{ env.EMSCRIPTEN_VERSION }}
43
actions-cache-folder: emsdk-cache-${{ runner.os }}
@@ -113,7 +113,7 @@ jobs:
113
include/**/*.h
114
115
create_package:
116
- runs-on: windows-2019
+ runs-on: windows-2022
117
needs: build
118
if: |
119
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || contains(github.ref, 'nuget') || startsWith(github.ref, 'refs/tags/v'))) ||
0 commit comments