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:
parent
8fbce2c75e
commit
475087c83c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cross-build.yml
vendored
2
.github/workflows/cross-build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue