summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 17:45:21 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 17:45:21 -0400
commitba0b29093f4f5b55cb11951148266c7f684f52f6 (patch)
tree45e8573b3d98e0da9c8cc404788f30c17dea2cba
parentbce5281cdee1fa0e6b986d43b27ec5a67a34ffb5 (diff)
downloadsee_defs-ba0b29093f4f5b55cb11951148266c7f684f52f6.tar.gz
GCC and then some
-rw-r--r--.github/workflows/cmake-multi-platform.yml11
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