Skip to content

Commit 2cd2db5

Browse files
authored
Merge branch 'main' into req-cli
2 parents b6e1884 + 41ccd52 commit 2cd2db5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/docker_images/aws-lc/ubuntu/Dockerfile.2404

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ apt-get -y --no-install-recommends install \
2121
ca-certificates \
2222
cmake \
2323
curl \
24-
gcc-12 \
2524
git \
2625
libffi-dev \
2726
libgmp-dev \

.github/workflows/integration_omnibus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,5 +462,5 @@ jobs:
462462
FIPS
463463
ipv6: true
464464
run: |
465-
source /opt/compiler-env/setup-gcc-12.sh
465+
source /opt/compiler-env/setup-gcc-13.sh
466466
./tests/ci/integration/run_ruby_integration.sh ${{ matrix.version }}

0 commit comments

Comments
 (0)