3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00

Update GCC version in cross-build workflow

This commit is contained in:
Nikolaj Bjorner 2026-01-16 21:29:17 -08:00
parent b0c655d2cf
commit f63a4236c3

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