Skip to content

Commit

Permalink
ci: upgrade all runners from ubuntu-22.04 to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mappu committed Oct 21, 2024
1 parent 6713556 commit ef21aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/miqt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
miqt_genbindings:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ef21aeb

Please sign in to comment.