Skip to content

Commit 9e58c49

Browse files
github CI: updated clang version to 10
1 parent 67c67f4 commit 9e58c49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
run: ${{runner.workspace}}/build/DiligentTools/Tests/DiligentToolsTest/DiligentToolsTest
6464

6565

66-
build-clang-9:
66+
build-clang-10:
6767
strategy:
6868
matrix:
6969
config: [Debug, Release]
7070

7171
runs-on: ubuntu-latest
72-
name: Linux x64, Clang 9, ${{ matrix.config }}
72+
name: Linux x64, Clang 10, ${{ matrix.config }}
7373

7474
steps:
7575
- name: Clone DiligentTools
@@ -100,8 +100,8 @@ jobs:
100100
- name: Configure CMake
101101
if: success()
102102
env:
103-
CC: clang-9
104-
CXX: clang++-9
103+
CC: clang-10
104+
CXX: clang++-10
105105
shell: bash
106106
run: |
107107
cd $GITHUB_WORKSPACE/DiligentTools/BuildTools/Scripts/github_actions

0 commit comments

Comments
 (0)