Update desktop-build.yml

This commit is contained in:
SlightlyCircuitous 2026-03-17 13:08:34 -04:00 committed by GitHub
parent bf900e1dc7
commit 7c72c905b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,11 +142,16 @@ jobs:
- distro: Ubuntu - distro: Ubuntu
version: 22.04 version: 22.04
package: DEB package: DEB
test: skip # Running tests on all distros is superfluous
- distro: Ubuntu - distro: Ubuntu
version: 24.04 version: 24.04
package: DEB package: DEB
- distro: Ubuntu
version: 26.04
package: DEB
name: ${{matrix.distro}} ${{matrix.version}} name: ${{matrix.distro}} ${{matrix.version}}
needs: configure needs: configure
runs-on: ubuntu-latest runs-on: ubuntu-latest