mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
ci: upgrade all runners from ubuntu-22.04 to ubuntu-24.04
This commit is contained in:
parent
f5aad7454e
commit
4d0eb716c1
8
.github/workflows/miqt.yml
vendored
8
.github/workflows/miqt.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
miqt_genbindings:
|
miqt_genbindings:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
run: git update-index --really-refresh && git diff-index HEAD
|
run: git update-index --really-refresh && git diff-index HEAD
|
||||||
|
|
||||||
miqt_linux64_qt5:
|
miqt_linux64_qt5:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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'
|
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:
|
miqt_linux64_qt6:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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'
|
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:
|
miqt_win64:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user