Remove Windows ARM and ARM64 builds from cmake workflow.

They were added in the VS2022 commit, but failed when run.
This commit is contained in:
Mark Adler 2023-08-19 11:06:23 -07:00
parent 4a47c1bf3d
commit 726e18943d
1 changed files with 0 additions and 10 deletions

View File

@ -43,16 +43,6 @@ jobs:
compiler: cl
cmake-args: -A x64
- name: Windows MSVC WinARM
os: windows-latest
compiler: cl
cmake-args: -A ARM
- name: Windows MSVC WinARM64
os: windows-latest
compiler: cl
cmake-args: -A ARM64
- name: Windows GCC
os: windows-latest
compiler: gcc