Skip to content

Commit

Permalink
Use gcc-13 for alpine linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Dec 11, 2024
1 parent c21a05c commit 0fba843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ jobs:
]
compiler: [
--build-arg CC=clang --build-arg CXX=clang++,
--build-arg CC=gcc --build-arg CXX=g++
# TODO(CryptoAlg-2491 & Issue#2010): gcc-14 is broken with FIPS.
--build-arg CC=gcc-13 --build-arg CXX=g++-13
]
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 0fba843

Please sign in to comment.