Skip to content

Commit

Permalink
Update compiler versions for check-loser-homework.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack authored Jul 12, 2024
1 parent 10ede22 commit 41c5971
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check-loser-homework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ jobs:
strategy:
matrix:
include:
- name: GCC-13
os: ubuntu-latest
cxx_compiler: g++-13
c_compiler: gcc-13
- name: GCC-14
os: ubuntu-24.04
cxx_compiler: g++-14
c_compiler: gcc-14
shell: bash
use-ninja: true

- name: Clang-17
os: ubuntu-latest
cxx_compiler: clang++-17
c_compiler: clang-17
os: ubuntu-24.04
cxx_compiler: clang++-18
c_compiler: clang-18
cxx_flags: -stdlib=libc++
container: ghcr.io/${{ needs.prepare.outputs.docker_namespaces }}/clang17
shell: bash
Expand Down

0 comments on commit 41c5971

Please sign in to comment.