From b0370d449b69e32e1703ee08bbc2270824e54714 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 30 Aug 2021 02:54:06 +0700 Subject: let figure out the syntax...6 --- .github/workflows/ci_ubuntu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 5e59f7a..0af5d09 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -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" } -- cgit v1.2.1