We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fa41e commit d08fb2aCopy full SHA for d08fb2a
.github/workflows/package.yml
@@ -26,7 +26,7 @@ jobs:
26
27
ubuntu_debian:
28
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }}
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
30
strategy:
31
fail-fast: false
32
matrix:
@@ -109,7 +109,7 @@ jobs:
109
debian_armv6:
110
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }} (armv6)
111
needs: [ ubuntu_debian ]
112
113
114
115
@@ -154,7 +154,7 @@ jobs:
154
155
fedora:
156
name: 🐧 ${{ matrix.description }} ${{ matrix.tag }} Qt ${{ matrix.qt_version }}
157
158
159
160
0 commit comments