mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 03:19:10 +00:00
Fix: [Actions] Remove Ubuntu:groovy from release pipeline (#9845)
It no longer exists upstream. Let's focus on LTS only for now.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -377,9 +377,6 @@ jobs:
|
|||||||
- container_image: "ubuntu:20.04"
|
- container_image: "ubuntu:20.04"
|
||||||
bundle_name: "focal"
|
bundle_name: "focal"
|
||||||
compiler: "g++"
|
compiler: "g++"
|
||||||
- container_image: "ubuntu:20.10"
|
|
||||||
bundle_name: "groovy"
|
|
||||||
compiler: "g++"
|
|
||||||
- container_image: "debian:buster"
|
- container_image: "debian:buster"
|
||||||
bundle_name: "buster"
|
bundle_name: "buster"
|
||||||
compiler: "g++"
|
compiler: "g++"
|
||||||
|
Reference in New Issue
Block a user