mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-21 03:16:32 +01:00
Change: [CI] always use "latest" image for our runners
This commit is contained in:
parent
d6e8e83052
commit
3fec8ece5a
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
|
|
||||||
name: Linux (${{ matrix.name }})
|
name: Linux (${{ matrix.name }})
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.compiler }}
|
CC: ${{ matrix.compiler }}
|
||||||
CXX: ${{ matrix.cxxcompiler }}
|
CXX: ${{ matrix.cxxcompiler }}
|
||||||
|
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
linux:
|
linux:
|
||||||
name: Linux (Generic)
|
name: Linux (Generic)
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
# manylinux2014 is based on CentOS 7, but already has a lot of things
|
# manylinux2014 is based on CentOS 7, but already has a lot of things
|
||||||
# installed and preconfigured. It makes it easier to build OpenTTD.
|
# installed and preconfigured. It makes it easier to build OpenTTD.
|
||||||
|
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
|
|
||||||
runs-on: macos-12
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user