Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 4, 2024
1 parent 90bdc06 commit 53b76cc
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,14 @@ jobs:
- 14
- 17
- 2a
include:
- compiler: g++-10
stdlib: libstdc++
- compiler: g++-11
stdlib: libstdc++
- compiler: g++-12
stdlib: libstdc++
- compiler: g++-13
stdlib: libstdc++
- compiler: clang++-13
stdlib: libc++
- compiler: clang++-14
stdlib: libc++
- compiler: clang++-15
stdlib: libstdc++
stdlib:
- libstdc++
compiler:
- g++-10
- g++-11
- g++-12
- g++-13
- clang++-15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 53b76cc

Please sign in to comment.