Skip to content

Commit e4b6ce3

Browse files
committed
Partly revert that ARM change
Don't build the release arm64 since surge-fx doesn't build due to the 'small' conflict in juce_PushNotifications
1 parent c513b63 commit e4b6ce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
name: windows-arm64ec
5959
cmakeArgs: -G"Visual Studio 17 2022" -A arm64ec -DCMAKE_SYSTEM_VERSION=10 -DSURGE_SKIP_LUA=TRUE
6060

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
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
6464

6565
- os: macos-latest
6666
name: macos

0 commit comments

Comments
 (0)