Skip to content

Commit

Permalink
CI: Use GCC-10 instead of GCC-8 which is no longer available for Ubun…
Browse files Browse the repository at this point in the history
…tu-22.04.
  • Loading branch information
scoder committed Oct 17, 2024
1 parent bc33ca6 commit b3e7ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
BACKEND: ${{ matrix.backend }}
PYTHON_VERSION: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: "11.0"
GCC_VERSION: 9
GCC_VERSION: 10
USE_CCACHE: 1
CCACHE_SLOPPINESS: "pch_defines,time_macros"
CCACHE_COMPRESS: 1
Expand Down
2 changes: 1 addition & 1 deletion Tools/ci-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -x

GCC_VERSION=${GCC_VERSION:=9}
GCC_VERSION=${GCC_VERSION:=10}

# Set up compilers
if [[ $TEST_CODE_STYLE == "1" ]]; then
Expand Down

0 comments on commit b3e7ac4

Please sign in to comment.