File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616 if : github.event.pull_request.draft == false
1717 steps :
18+ # Work around https://github.com/actions/runner-images/issues/8659
1819 - name : Remove GCC 13 from runner image
1920 shell : bash
2021 run : |
2122 sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
2223 sudo apt-get update
23- sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
24+ sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
2425 - uses : actions/checkout@v3
2526 - name : Install system dependencies
2627 run : |
Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616 if : github.event.pull_request.draft == false
1717 steps :
18+ # Work around https://github.com/actions/runner-images/issues/8659
1819 - name : Remove GCC 13 from runner image
1920 shell : bash
2021 run : |
2122 sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
2223 sudo apt-get update
23- sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
24+ sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
2425 - uses : actions/checkout@v3
2526 - name : Install system dependencies
2627 run : |
You can’t perform that action at this time.
0 commit comments