Skip to content

Commit

Permalink
Remove llvm-18 in CI due to setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jul 31, 2024
1 parent 2d61f1e commit 94001ab
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 @@ -135,8 +135,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 @@ -185,8 +186,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 94001ab

Please sign in to comment.