Skip to content

Commit 91fe64f

Browse files
Updated submodules (API250014); use clang-12 on Linux CI
1 parent 35b1429 commit 91fe64f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
config: [Debug, Release]
1010

1111
runs-on: ubuntu-latest
12-
name: Linux -> x64, GCC 9, ${{ matrix.config }}
12+
name: Linux -> x64, GCC, ${{ matrix.config }}
1313

1414
steps:
1515
- name: Clone repository
@@ -47,13 +47,13 @@ jobs:
4747
${{runner.workspace}}/build/DiligentCore/Tests/DiligentCoreTest/DiligentCoreTest
4848
4949
50-
build-clang-10:
50+
build-clang-12:
5151
strategy:
5252
matrix:
5353
config: [Debug, Release]
5454

5555
runs-on: ubuntu-latest
56-
name: Linux -> x64, Clang 10, ${{ matrix.config }}
56+
name: Linux -> x64, Clang, ${{ matrix.config }}
5757

5858
steps:
5959
- name: Clone repository
@@ -69,8 +69,8 @@ jobs:
6969
- name: Configure CMake
7070
if: success()
7171
env:
72-
CC: clang-10
73-
CXX: clang++-10
72+
CC: clang-12
73+
CXX: clang++-12
7474
shell: bash
7575
run: |
7676
cd $GITHUB_WORKSPACE/DiligentCore/BuildTools/Scripts/github_actions

DiligentCore

Submodule DiligentCore updated 145 files

DiligentFX

DiligentSamples

DiligentTools

Submodule DiligentTools updated 25 files

0 commit comments

Comments
 (0)