Skip to content

Commit

Permalink
Remove ARM/ARM64 from windows job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Dec 12, 2024
1 parent 4067775 commit f9a36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
windows:
strategy:
matrix:
target: [ Win32, x64, ARM, ARM64 ]
target: [ Win32, x64 ] # ARM, ARM64
toolset: [ v143, ClangCL ]
cxx_standard: [ 20, 23 ]
include:
Expand Down

0 comments on commit f9a36a9

Please sign in to comment.