diff --git a/.github/workflows/generate-tools.yaml b/.github/workflows/generate-tools.yaml index 17f14e68..c80545c9 100644 --- a/.github/workflows/generate-tools.yaml +++ b/.github/workflows/generate-tools.yaml @@ -19,7 +19,9 @@ jobs: {"name": "macOS arm64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"}, {"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"}, {"name": "Windows", "os": "windows-latest"}, + {"name": "Windows Arm64", "os": "windows-latest", "cmake_options": "-T ClangCl -A arm64"}, {"name": "Windows Clang-CL", "os": "windows-latest", "cmake_options": "-T ClangCl"}, + {"name": "WinArm64 Clang-CL","os": "windows-latest", "cmake_options": "-T ClangCl -A arm64"}, ] env: CMAKE_OPTIONS: -DDEV_MODE=ON ${{ matrix.target.cmake_options }}