Skip to content

Commit

Permalink
Deactivate llvm-18 in CI build due to setup failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Aug 1, 2024
1 parent c24a14a commit c5268f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
# compiler: llvm-16
- os: ubuntu-20.04
compiler: llvm-17
- os: ubuntu-20.04
compiler: llvm-18
# Setup fails
# - os: ubuntu-20.04
# compiler: llvm-18

# -------------------------------
# Ubuntu 22.04
Expand Down Expand Up @@ -158,8 +159,9 @@ jobs:
compiler: llvm-16
- os: ubuntu-22.04
compiler: llvm-17
- os: ubuntu-22.04
compiler: llvm-18
# Setup fails
# - os: ubuntu-22.04
# compiler: llvm-18

# -------------------------------
# Ubuntu 24.04
Expand Down

0 comments on commit c5268f8

Please sign in to comment.