mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-19 05:52:27 +01:00
Use images v20 in CI (#24862)
This commit is contained in:
committed by
GitHub
parent
2fa9b7eb8e
commit
379ef5585c
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -315,7 +315,7 @@ jobs:
|
|||||||
name: Windows (${{ matrix.platform_name }}) using mingw
|
name: Windows (${{ matrix.platform_name }}) using mingw
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check-code-formatting, build_variables]
|
needs: [check-code-formatting, build_variables]
|
||||||
container: openrct2/openrct2-build:18-mingw
|
container: openrct2/openrct2-build:20-mingw
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -453,12 +453,12 @@ jobs:
|
|||||||
- platform: x86_64
|
- platform: x86_64
|
||||||
distro: Ubuntu
|
distro: Ubuntu
|
||||||
release: noble
|
release: noble
|
||||||
image: openrct2/openrct2-build:18-noble
|
image: openrct2/openrct2-build:20-noble
|
||||||
build_flags: -DCMAKE_POSITION_INDEPENDENT_CODE=on -DCMAKE_CXX_FLAGS="-g -gz -fno-var-tracking-assignments"
|
build_flags: -DCMAKE_POSITION_INDEPENDENT_CODE=on -DCMAKE_CXX_FLAGS="-g -gz -fno-var-tracking-assignments"
|
||||||
- platform: x86_64
|
- platform: x86_64
|
||||||
distro: Debian
|
distro: Debian
|
||||||
release: bookworm
|
release: bookworm
|
||||||
image: openrct2/openrct2-build:18-bookworm
|
image: openrct2/openrct2-build:20-bookworm
|
||||||
build_flags: -DCMAKE_POSITION_INDEPENDENT_CODE=on -DCMAKE_CXX_FLAGS="-g -gz -fno-var-tracking-assignments" -DWITH_TESTS=off
|
build_flags: -DCMAKE_POSITION_INDEPENDENT_CODE=on -DCMAKE_CXX_FLAGS="-g -gz -fno-var-tracking-assignments" -DWITH_TESTS=off
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -548,7 +548,7 @@ jobs:
|
|||||||
name: Ubuntu Linux (noble, debug, [http, network, flac, vorbis OpenGL] disabled) using clang
|
name: Ubuntu Linux (noble, debug, [http, network, flac, vorbis OpenGL] disabled) using clang
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check-code-formatting, build_variables]
|
needs: [check-code-formatting, build_variables]
|
||||||
container: openrct2/openrct2-build:18-noble
|
container: openrct2/openrct2-build:20-noble
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -564,7 +564,7 @@ jobs:
|
|||||||
name: Ubuntu Linux (debug) using clang, coverage enabled
|
name: Ubuntu Linux (debug) using clang, coverage enabled
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check-code-formatting, build_variables]
|
needs: [check-code-formatting, build_variables]
|
||||||
container: openrct2/openrct2-build:18-noble
|
container: openrct2/openrct2-build:20-noble
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -633,7 +633,7 @@ jobs:
|
|||||||
name: Emscripten
|
name: Emscripten
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check-code-formatting, build_variables]
|
needs: [check-code-formatting, build_variables]
|
||||||
container: openrct2/openrct2-build:19-emscripten
|
container: openrct2/openrct2-build:20-emscripten
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user