3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-19 16:53:18 +00:00

Fix cross-build workflow to use g++-12 instead of g++-13

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-17 05:39:59 +00:00
parent b4d8094543
commit 8294244ee4

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6.0.1
- name: Install cross build tools
run: apt update && apt install -y ninja-build cmake python3 g++-13-${{ matrix.arch }}-linux-gnu
run: apt update && apt install -y ninja-build cmake python3 g++-12-${{ matrix.arch }}-linux-gnu
env:
DEBIAN_FRONTEND: noninteractive