1
0
Fork 0

Change: [CI] always use "latest" image for our runners

pull/11658/head
Patric Stout 2023-12-30 17:55:31 +01:00 committed by Patric Stout
parent d6e8e83052
commit 3fec8ece5a
3 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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.

View File

@ -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