mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Drop builds for Debian 11 and Ubuntu 22.04 (#6643)
* Delete .ci/Debian11 directory * Delete .ci/Servatrice_Debian11 directory * Delete .ci/Ubuntu22.04 directory * Update desktop-build.yml * Update release_template.md * Add servatrice debian 12 * Update desktop-build.yml
This commit is contained in:
parent
6cace2a8e6
commit
f7eeaeddcb
5 changed files with 7 additions and 69 deletions
12
.github/workflows/desktop-build.yml
vendored
12
.github/workflows/desktop-build.yml
vendored
|
|
@ -107,12 +107,8 @@ jobs:
|
|||
package: skip # We are packaged in Arch already
|
||||
allow-failure: yes
|
||||
|
||||
- distro: Debian
|
||||
version: 11
|
||||
package: DEB
|
||||
|
||||
- distro: Servatrice_Debian
|
||||
version: 11
|
||||
version: 12
|
||||
package: DEB
|
||||
test: skip
|
||||
server_only: yes
|
||||
|
|
@ -135,14 +131,10 @@ jobs:
|
|||
version: 44
|
||||
package: RPM
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 22.04
|
||||
package: DEB
|
||||
test: skip # Running tests on all distros is superfluous
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 24.04
|
||||
package: DEB
|
||||
test: skip # Running tests on all distros is superfluous
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 26.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue