let figure out the syntax...6

master
Pierre Joye 2021-08-30 02:54:06 +07:00
parent ffa9ccb236
commit b0370d449b
1 changed files with 3 additions and 1 deletions

View File

@ -15,18 +15,20 @@ env:
jobs:
CI:
runs-on: [ubuntu-latest, graviton]
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- {
name: "Ubuntu x86 GCC",
os: ubuntu-latest,
cc: "gcc",
cxx: "g++"
}
- {
name: "Ubuntu x86 Clang",
os: ubuntu-latest,
cc: "clang-12",
cxx: "clang-cpp-12"
}