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

Update GCC version in cross-build workflow

This commit is contained in:
Nikolaj Bjorner 2026-01-16 21:29:17 -08:00 committed by GitHub
parent 8fbce2c75e
commit 475087c83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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++-12-${{ matrix.arch }}-linux-gnu
run: apt update && apt install -y ninja-build cmake python3 g++-13-${{ matrix.arch }}-linux-gnu
env:
DEBIAN_FRONTEND: noninteractive