mirror of https://github.com/OpenTTD/OpenTTD
Change: [CI] Use xxx-latest runners for all workflows
parent
79c8eac2ee
commit
99e8534d76
|
@ -10,7 +10,7 @@ jobs:
|
|||
emscripten:
|
||||
name: CI
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
# If you change this version, change the number in the cache step too.
|
||||
image: emscripten/emsdk:3.1.57
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
macos:
|
||||
name: CI
|
||||
|
||||
runs-on: macos-14
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
docs:
|
||||
name: Docs
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download source
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
macos:
|
||||
name: MacOS
|
||||
|
||||
runs-on: macos-14
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
source:
|
||||
name: Source
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
version: ${{ steps.metadata.outputs.version }}
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
upload:
|
||||
name: Upload (GOG)
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download source
|
||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
upload:
|
||||
name: Upload (Steam)
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download source
|
||||
|
|
Loading…
Reference in New Issue