Skip to content

Commit

Permalink
ci: exclude clang-16 with std-format backend from jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Sep 29, 2024
1 parent e10e1f5 commit 4deed69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
asan: true
}

exclude:
- format_backend: std
config:
compiler_name: "clang"
compiler_version: 16

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4deed69

Please sign in to comment.