mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-14 07:07:02 +01:00
Remove: [Actions] Ubuntu Bionic and Debian Buster from release workflow. (#10115)
This commit is contained in:
parent
ac7780af96
commit
c4e655b1d4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -371,18 +371,12 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- container_image: "ubuntu:18.04"
|
||||
bundle_name: "bionic"
|
||||
compiler: "g++-8"
|
||||
- container_image: "ubuntu:20.04"
|
||||
bundle_name: "focal"
|
||||
compiler: "g++"
|
||||
- container_image: "ubuntu:22.04"
|
||||
bundle_name: "jammy"
|
||||
compiler: "g++"
|
||||
- container_image: "debian:buster"
|
||||
bundle_name: "buster"
|
||||
compiler: "g++"
|
||||
- container_image: "debian:bullseye"
|
||||
bundle_name: "bullseye"
|
||||
compiler: "g++"
|
||||
|
Loading…
Reference in New Issue
Block a user