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:
|
emscripten:
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
# If you change this version, change the number in the cache step too.
|
# If you change this version, change the number in the cache step too.
|
||||||
image: emscripten/emsdk:3.1.57
|
image: emscripten/emsdk:3.1.57
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
macos:
|
macos:
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
runs-on: macos-14
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Docs
|
name: Docs
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
|
|
||||||
runs-on: macos-14
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.13
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
source:
|
source:
|
||||||
name: Source
|
name: Source
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.metadata.outputs.version }}
|
version: ${{ steps.metadata.outputs.version }}
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
upload:
|
upload:
|
||||||
name: Upload (GOG)
|
name: Upload (GOG)
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
upload:
|
upload:
|
||||||
name: Upload (Steam)
|
name: Upload (Steam)
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
|
|
Loading…
Reference in New Issue