Skip to content

Commit

Permalink
workflow(fix): correct version of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Jan 29, 2025
1 parent e276081 commit 719a7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run-name: Create pre-release for `${{ github.ref_name }}`

jobs:
release-wasm:
runs-on: windows-2025
runs-on: windows-2022
steps:
- uses: actions/checkout@v4

Expand All @@ -30,7 +30,7 @@ jobs:
run: npm run setup

- name: Build WASM module
run: npm run build:wasm-workflow
run: npm run build:wasm

- name: Pre-Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 719a7a9

Please sign in to comment.