3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-31 06:07:46 +00:00

Change container image from ubuntu:jammy to ubuntu:noble

This commit is contained in:
Nikolaj Bjorner 2026-01-17 05:20:24 -08:00
parent f63a4236c3
commit a0dca6b570

View file

@ -11,7 +11,7 @@ permissions:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ubuntu:jammy container: ubuntu:noble
strategy: strategy:
fail-fast: false fail-fast: false