Skip to content

Commit d08fb2a

Browse files
switch to ubuntu-22.04 runner (kernel issue in 24.04 runner)
1 parent 83fa41e commit d08fb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
ubuntu_debian:
2828
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }}
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -109,7 +109,7 @@ jobs:
109109
debian_armv6:
110110
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }} (armv6)
111111
needs: [ ubuntu_debian ]
112-
runs-on: ubuntu-latest
112+
runs-on: ubuntu-22.04
113113
strategy:
114114
fail-fast: false
115115
matrix:
@@ -154,7 +154,7 @@ jobs:
154154

155155
fedora:
156156
name: 🐧 ${{ matrix.description }} ${{ matrix.tag }} Qt ${{ matrix.qt_version }}
157-
runs-on: ubuntu-latest
157+
runs-on: ubuntu-22.04
158158
strategy:
159159
fail-fast: false
160160
matrix:

0 commit comments

Comments
 (0)