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 c513b63 commit e4b6ce3Copy full SHA for e4b6ce3
.github/workflows/build-release.yml
@@ -58,9 +58,9 @@ jobs:
58
name: windows-arm64ec
59
cmakeArgs: -G"Visual Studio 17 2022" -A arm64ec -DCMAKE_SYSTEM_VERSION=10 -DSURGE_SKIP_LUA=TRUE
60
61
- - os: windows-latest
62
- name: windows-arm64
63
- cmakeArgs: -G"Visual Studio 17 2022" -A arm64 -DCMAKE_SYSTEM_VERSION=10 -DSURGE_SKIP_LUA=TRUE
+ #- os: windows-latest
+ # name: windows-arm64
+ # cmakeArgs: -G"Visual Studio 17 2022" -A arm64 -DCMAKE_SYSTEM_VERSION=10 -DSURGE_SKIP_LUA=TRUE
64
65
- os: macos-latest
66
name: macos
0 commit comments