Skip to content

Commit

Permalink
Disable libc++ CI jobs on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed May 19, 2024
1 parent aa5d977 commit fa6a93f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ jobs:
std: 20
- os: 22.04
std: 23
exclude:
# Fails to configure (CMake) google benchmark
- os: 20.04

env:
CC: clang
Expand Down

0 comments on commit fa6a93f

Please sign in to comment.