Skip to content

Commit

Permalink
Update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 17, 2023
1 parent 5dba152 commit f7aa10c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
- g++-10
- g++-11
- g++-12
#- g++-13
- clang++-12
- g++-13
- clang++-13
- clang++-14
#- clang++-15
#- clang++-16
- clang++-15
- clang++-16
build_type: [Debug, Release]

runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,6 +77,7 @@ jobs:
- clang++-9
- clang++-10
- clang++-11
- clang++-12
build_type: [Debug, Release]

runs-on: ubuntu-20.04
Expand Down

0 comments on commit f7aa10c

Please sign in to comment.