We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978f618 commit b236147Copy full SHA for b236147
1 file changed
.github/workflows/build_test.yml
@@ -178,9 +178,10 @@ jobs:
178
fail-fast: false
179
matrix:
180
include:
181
- - { os: ubuntu-24.04, compiler: clang-18 }
182
- - { os: ubuntu-24.04, compiler: gcc-14 }
183
- - { os: macos-13, compiler: clang-14 }
+ # fails at the moment because of pdf2htmlex
+ #- { os: ubuntu-24.04, compiler: clang-18 }
+ #- { os: ubuntu-24.04, compiler: gcc-14 }
184
+ #- { os: macos-13, compiler: clang-14 }
185
- { os: macos-14, compiler: armv8-clang-14 }
186
# Windows test disabled because:
187
# Running main() from C:\Users\runneradmin\.conan2\p\b\gtestdd9407d368b89\b\src\googletest\src\gtest_main.cc
0 commit comments