diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 1971d93c736..e3a77501192 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: QT_VERSION: 5.15.2 - CLANG_VERSION: 120 + CLANG_VERSION: 130 ELFUTILS_VERSION: 0.175 CMAKE_VERSION: 3.21.1 NINJA_VERSION: 1.10.2 @@ -286,9 +286,9 @@ jobs: set(libclang "libclang-release_${clang_version}-based-windows-vs2019_32.7z") endif() elseif ("${{ runner.os }}" STREQUAL "Linux") - set(libclang "libclang-release_${clang_version}-based-linux-Ubuntu18.04-gcc9.3-x86_64.7z") + set(libclang "libclang-release_${clang_version}-based-linux-Ubuntu20.04-gcc9.3-x86_64.7z") elseif ("${{ runner.os }}" STREQUAL "macOS") - set(libclang "libclang-release_${clang_version}-based-mac.7z") + set(libclang "libclang-release_${clang_version}-based-macos-universal.7z") endif() set(libclang_url "https://\${qt_mirror}/development_releases/prebuilt/libclang/${libclang}")