Skip to content

Commit

Permalink
CI-unixish.yml: disabled explicit usage of "latest" GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jun 20, 2024
1 parent 5c93df1 commit c84393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ jobs:
# TODO: bail out on warnings with latest GCC
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
if: matrix.os == 'ubuntu-22.04'
if: false # matrix.os == 'ubuntu-22.04'
with:
version: 13
platform: x64

- name: Select compiler
if: matrix.os == 'ubuntu-22.04'
if: false # matrix.os == 'ubuntu-22.04'
run: |
echo "CXX=g++-13" >> $GITHUB_ENV
Expand Down

0 comments on commit c84393f

Please sign in to comment.