summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2020-10-23 17:09:51 +0200
committerCristian Adam <cristian.adam@qt.io>2020-10-26 12:47:46 +0000
commit6c841dfbd023c378a09abb01500ebeaad0b8d802 (patch)
tree39d79abe5cd6a7cde421b06cd9f55cb1a696704a /.github
parent2c65e2323c26592e74003314ae0a7e0c2e5571da (diff)
downloadqt-creator-6c841dfbd023c378a09abb01500ebeaad0b8d802.tar.gz
GitHub Actions: Update to use Clang 11.0.0
Change-Id: I015a71a4f53ff3be8609a00bdef47c93161af882 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index cc9a25788f..45d9c8144f 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.1
- CLANG_VERSION: 100
+ CLANG_VERSION: 110
ELFUTILS_VERSION: 0.175
CMAKE_VERSION: 3.18.3
NINJA_VERSION: 1.10.1
@@ -34,7 +34,7 @@ jobs:
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux",
- os: ubuntu-latest,
+ os: ubuntu-20.04,
cc: "gcc", cxx: "g++"
}
- {
@@ -251,7 +251,7 @@ 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.2-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")
endif()