mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-10 06:31:38 +00:00
Update CI matrix
This commit is contained in:
parent
bc109ae90e
commit
13b83f91d0
1 changed files with 1 additions and 7 deletions
8
.github/workflows/.github.yml
vendored
8
.github/workflows/.github.yml
vendored
|
@ -8,14 +8,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
compiler: [gcc, clang]
|
cxx: [g++, clang++]
|
||||||
include:
|
|
||||||
- cc: gcc
|
|
||||||
cxx: g++
|
|
||||||
- cc: clang
|
|
||||||
cxx: clang++
|
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.cc }}
|
|
||||||
CXX: ${{ matrix.cxx }}
|
CXX: ${{ matrix.cxx }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue