Skip to content

Commit

Permalink
exclude
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Velikov <[email protected]>
  • Loading branch information
evelikov committed Oct 11, 2024
1 parent 91b6d9b commit 0e3493f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: 'ubuntu:24.04'
meson_setup: '-D b_sanitize=address,undefined'
multilib: 'true'
exclude:
- container.name: 'fedora:latest'
compiler: 'clang'
- container.name: 'ubuntu:22.04'
compiler: 'clang'

container:
image: ${{ matrix.container.name }}
Expand Down

0 comments on commit 0e3493f

Please sign in to comment.