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

This commit is contained in:
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 }})
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxxcompiler }}

View File

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

View File

@ -12,7 +12,7 @@ jobs:
macos:
name: MacOS
runs-on: macos-12
runs-on: macos-latest
env:
MACOSX_DEPLOYMENT_TARGET: 10.13