diff options
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 11 |
1 files 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 |
