mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Use ZStandard for Park and Replay Files (#24734)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -489,7 +489,7 @@ jobs:
|
||||
name: Ubuntu Linux (AppImage, x86_64)
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check-code-formatting, build_variables]
|
||||
container: openrct2/openrct2-build:14-jammy
|
||||
container: openrct2/openrct2-build:21-jammy
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
clang-tidy-check:
|
||||
runs-on: ubuntu-latest
|
||||
container: openrct2/openrct2-build:19-noble
|
||||
container: openrct2/openrct2-build:20-noble
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ZehMatt/clang-tidy-annotations@v1
|
||||
|
||||
Reference in New Issue
Block a user