Disable CLANG64 builds for now
This commit is contained in:
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
msys2:
|
msys2:
|
||||||
name: MSYS2 ${{ matrix.build.name }} build (${{ matrix.environment.msystem }})
|
name: MSYS2 ${{ matrix.build.name }} build (${{ matrix.environment.msystem }})
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -68,8 +68,8 @@ jobs:
|
|||||||
prefix: mingw-w64-ucrt-x86_64
|
prefix: mingw-w64-ucrt-x86_64
|
||||||
# - msystem: CLANG32
|
# - msystem: CLANG32
|
||||||
# prefix: mingw-w64-clang-i686
|
# prefix: mingw-w64-clang-i686
|
||||||
- msystem: CLANG64
|
# - msystem: CLANG64
|
||||||
prefix: mingw-w64-clang-x86_64
|
# prefix: mingw-w64-clang-x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
@@ -210,7 +210,7 @@ jobs:
|
|||||||
linux:
|
linux:
|
||||||
name: "Linux GCC 11 (${{ matrix.build.name }} x86_64)"
|
name: "Linux GCC 11 (${{ matrix.build.name }} x86_64)"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-2004
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
Reference in New Issue
Block a user