From e00bf728c1a1e2241d0c34b58ea61a488afde1b1 Mon Sep 17 00:00:00 2001 From: Ian Duncan <76043277+dr8co@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:53:37 +0300 Subject: [PATCH] Enable testing with Homebrew GCC on macOS --- .github/workflows/cmake-multi-platform.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index e04b854..ae18058 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -30,6 +30,9 @@ jobs: - os: macos-latest c_compiler: clang cpp_compiler: clang++ + - os: macos-latest + c_compiler: gcc-13 + cpp_compiler: g++-13 exclude: - os: windows-latest c_compiler: gcc-13 @@ -39,8 +42,6 @@ jobs: c_compiler: cl - os: macos-latest c_compiler: cl - - os: macos-latest - c_compiler: gcc-13 steps: - name: Install Ninja