Skip to content

Commit 0f13118

Browse files
committed
wip-gcc-11
1 parent 25b2d42 commit 0f13118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multiarch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
automake \
3333
build-essential \
3434
cmake \
35-
gcc-12 \
35+
gcc-11 \
3636
git \
3737
libcunit1-dev \
3838
ninja-build \
@@ -46,4 +46,4 @@ jobs:
4646
# user (host system).
4747
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
4848
49-
CC=gcc-12 tools/ci/run_ci.sh --run-build --run-tests
49+
CC=gcc-11 tools/ci/run_ci.sh --run-build --run-tests

0 commit comments

Comments
 (0)