https://git.reactos.org/?p=reactos.git;a=commitdiff;h=392473c7b515522742a2d4da7a92140b74b06c04
commit 392473c7b515522742a2d4da7a92140b74b06c04 Author: Stanislav Motylkov <x86co...@gmail.com> AuthorDate: Fri Dec 20 18:18:30 2024 +0300 Commit: Stanislav Motylkov <x86co...@gmail.com> CommitDate: Fri Dec 20 19:48:55 2024 +0300 [GITHUB] Stick to ubuntu-22.04 for build-linux Fixes clang build, since ubuntu-latest (24.04.1 LTS / Noble Numbat) has no LLVM 13 package available: ``` Ign:6 https://apt.llvm.org/noble llvm-toolchain-noble-13 InRelease Err:9 https://apt.llvm.org/noble llvm-toolchain-noble-13 Release 404 Not Found [IP: 151.101.46.49 443] Reading package lists... E: The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-13 Release' does not have a Release file. Error: Process completed with exit code 100. ``` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e53c2df7f1..ecf47dbc9c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - dllver: 0x600 config: Release fail-fast: false - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Get RosBE build specifics id: get_rosbe_spec