From 4d0eb716c1652cc68e22b616ac907d034139db1e Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 20 Oct 2024 19:13:19 +1300 Subject: [PATCH] ci: upgrade all runners from ubuntu-22.04 to ubuntu-24.04 --- .github/workflows/miqt.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/miqt.yml b/.github/workflows/miqt.yml index b1a57dca..4fd1798f 100644 --- a/.github/workflows/miqt.yml +++ b/.github/workflows/miqt.yml @@ -8,7 +8,7 @@ on: jobs: miqt_genbindings: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout @@ -30,7 +30,7 @@ jobs: run: git update-index --really-refresh && git diff-index HEAD miqt_linux64_qt5: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout @@ -49,7 +49,7 @@ jobs: run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:latest /bin/bash -c 'cd qt && go build && cd ../examples/marshalling && env QT_QPA_PLATFORM=offscreen go test -v' miqt_linux64_qt6: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout @@ -68,7 +68,7 @@ jobs: run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:latest /bin/bash -c 'cd qt6 && go build' miqt_win64: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout