Skip to content

Commit

Permalink
github: exclude clang & ubuntu-24.04 combination
Browse files Browse the repository at this point in the history
Temporary workaround for:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-18/+bug/2064187

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Jun 26, 2024
1 parent 06a454a commit 78246e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-24.04
# temporary workaround for https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-18/+bug/2064187
exclude:
- compiler: clang
os: ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 78246e4

Please sign in to comment.