Skip to content

Commit

Permalink
Updating CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 7, 2025
1 parent dfde825 commit 5a0a3ec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,28 @@ jobs:
- os: ubuntu-latest
compiler: gcc
version: 13
- os: ubuntu-latest
compiler: gcc
version: 14
# See https://github.com/actions/runner-images/issues/8659
# - os: ubuntu-latest
# compiler: clang
# version: 13
# - os: ubuntu-latest
# compiler: clang
# version: 14
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: clang
version: 15
- os: ubuntu-latest
- os: ubuntu-22.04
compiler: clang
version: 16
- os: ubuntu-latest
compiler: clang
version: 17
- os: ubuntu-latest
compiler: clang
version: 18

steps:
- name: Checkout
Expand Down

0 comments on commit 5a0a3ec

Please sign in to comment.