Update core_build.yml
Workflow Changes * Fix workflow compiler and default it to clang for now on
This commit is contained in:
parent
5037a80b4b
commit
fd0b4535a6
8
.github/workflows/core_build.yml
vendored
8
.github/workflows/core_build.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
|||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
name: Ubuntu 18.04 GCC
|
name: Ubuntu 20.04 GCC
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-20.04
|
||||||
name: Ubuntu 18.04 Clang
|
name: Ubuntu 20.04 Clang
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user