From ba0b29093f4f5b55cb11951148266c7f684f52f6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 1 Aug 2025 17:45:21 -0400 Subject: GCC and then some --- .github/workflows/cmake-multi-platform.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2992a80..0ef00d1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -18,15 +18,18 @@ jobs: build_type: [RelWithDebInfo] c_compiler: [gcc, clang] include: - - os: macos-latest + - os: macos-15 c_compiler: clang + - os: macos-15 + c_compiler: gcc-12 + - os: macos-15 + c_compiler: gcc-13 + - os: macos-15 + c_compiler: gcc-14 - os: ubuntu-latest c_compiler: gcc - os: ubuntu-latest c_compiler: clang - exclude: - - os: macos-latest - c_compiler: gcc steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 -- cgit