Skip to content

Commit

Permalink
Merge pull request #950 from Cyan4973/nogcc13
Browse files Browse the repository at this point in the history
comment out the gcc-13 test
  • Loading branch information
Cyan4973 authored Jun 12, 2024
2 parents f1c9b20 + b0f6d2b commit b0adcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

# gcc
{ pkgs: '', cc: gcc, cxx: g++, os: ubuntu-latest, },
{ pkgs: 'gcc-13 g++-13 lib32gcc-13-dev', cc: gcc-13, cxx: g++-13, os: ubuntu-22.04, },
# { pkgs: 'gcc-13 g++-13 lib32gcc-13-dev', cc: gcc-13, cxx: g++-13, os: ubuntu-22.04, }, # currently failing
{ pkgs: 'gcc-12 g++-12 lib32gcc-12-dev', cc: gcc-12, cxx: g++-12, os: ubuntu-22.04, },
{ pkgs: 'gcc-11 g++-11 lib32gcc-11-dev', cc: gcc-11, cxx: g++-11, os: ubuntu-22.04, },
{ pkgs: 'gcc-10 g++-10 lib32gcc-10-dev', cc: gcc-10, cxx: g++-10, os: ubuntu-22.04, },
Expand Down

0 comments on commit b0adcc5

Please sign in to comment.