Skip to content

Commit

Permalink
CI: disable MSYS2 cross compiler runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Dec 27, 2024
1 parent 15be99a commit 8f4c5d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
msystem: clang64
install: mingw-w64-clang-x86_64-clang
target-cmake-preset: windows-ci-mingw-native
- name: windows-arm64
os: windows-latest
shell: 'msys2 {0}'
msystem: clang64
install: mingw-w64-clang-x86_64-clang mingw-w64-clang-aarch64-clang mingw-w64-cross-clang-toolchain
target-cmake-preset: windows-ci-mingw-cross
native-cmake-preset: windows-ci-mingw-native
# - name: windows-arm64
# os: windows-latest
# shell: 'msys2 {0}'
# msystem: clang64
# install: mingw-w64-clang-x86_64-clang mingw-w64-clang-aarch64-clang mingw-w64-cross-clang-toolchain
# target-cmake-preset: windows-ci-mingw-cross
# native-cmake-preset: windows-ci-mingw-native
- name: windows-clang-cl-x64
os: windows-latest
windres: rc
Expand Down

0 comments on commit 8f4c5d7

Please sign in to comment.