Change: [CI] always use "latest" image for our runners
This commit is contained in:
committed by
Patric Stout
parent
d6e8e83052
commit
3fec8ece5a
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
linux:
|
||||
name: Linux (Generic)
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
# manylinux2014 is based on CentOS 7, but already has a lot of things
|
||||
# installed and preconfigured. It makes it easier to build OpenTTD.
|
||||
|
||||
Reference in New Issue
Block a user