Skip to content

Commit

Permalink
workflows: use ubuntu-20.04 for llvm 18
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Aug 19, 2024
1 parent 7734b55 commit f8f9729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
- ["18.1", "18-0"]
include:
- os: ubuntu-20.04
# only use ubuntu-22.04 for llvm 16 and higher
# only use ubuntu-22.04 for llvm 16 and llvm 17
- os: ubuntu-22.04
llvm-version: ["16.0", "16-0"]
- os: ubuntu-22.04
llvm-version: ["17.0", "17-0"]
- os: ubuntu-22.04
llvm-version: ["18.1", "18-0"]
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f8f9729

Please sign in to comment.