Skip to content

Commit

Permalink
try to use more recent ubuntu for llvm 16
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Jul 21, 2023
1 parent 30072e2 commit 9e13d16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
llvm-version:
- ["4.0", "4-0"]
- ["5.0", "5-0"]
Expand All @@ -29,6 +28,11 @@ jobs:
- ["14.0", "14-0"]
- ["15.0", "15-0"]
- ["16.0", "16-0"]
# only use ubuntu-22.04 for llvm 16 and higher
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
llvm-version: ["16.0", "16-0"]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e13d16

Please sign in to comment.