From 19a8c4a3e14fe233f7f0bd7f27674af7a83aec01 Mon Sep 17 00:00:00 2001 From: Kjell Hedstrom Date: Mon, 11 Dec 2023 22:24:43 -0700 Subject: [PATCH] cimp --- .github/workflows/cmake-multi-platform.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index c18f0d4..261a589 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -38,14 +38,16 @@ jobs: c_compiler: [gcc, clang] include: - os: ubuntu-latest + c_compiler: gcc cpp_compiler: g++ - os: macos-latest + c_compiler: clang cpp_compiler: clang++ exclude: - os: ubuntu-latest - cpp_compiler: clang++ + c_compiler: clang - os: macos-latest - cpp_compiler: g++ + c_compiler: gcc steps: - uses: actions/checkout@v3