Skip to content

Commit

Permalink
switch to ubuntu-22.04 runner (kernel issue in 24.04 runner)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Feb 8, 2025
1 parent 83fa41e commit d08fb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

ubuntu_debian:
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
debian_armv6:
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }} (armv6)
needs: [ ubuntu_debian ]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

fedora:
name: 🐧 ${{ matrix.description }} ${{ matrix.tag }} Qt ${{ matrix.qt_version }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d08fb2a

Please sign in to comment.