Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 11, 2024
1 parent 2ade01c commit 4273653
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@ jobs:
- os: ubuntu-22.04
compiler: clang
compiler_version: 13

# ubuntu-24.04
- os: ubuntu-24.04
compiler: clang
compiler_version: 10
- os: ubuntu-24.04
compiler: clang
compiler_version: 11
- os: ubuntu-24.04
compiler: clang
compiler_version: 12
- os: ubuntu-24.04
compiler: clang
compiler_version: 13
runs-on: ${{ matrix.os }}
steps:
- run: sudo apt-get -qq update
Expand Down

0 comments on commit 4273653

Please sign in to comment.