let figure out the syntax...3

master
Pierre Joye 2021-08-30 02:40:10 +07:00
parent 87d3353220
commit 232c4cef12
1 changed files with 1 additions and 3 deletions

View File

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