summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 17:29:51 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-08-01 17:29:51 -0400
commit739da5b804cf75978e2730f8af462014cea4b749 (patch)
tree8864625f71dc89c738420e65929ddc02a9e30111
parentae7e928f88370124406da09ec9a2a410d3754656 (diff)
downloadsee_defs-739da5b804cf75978e2730f8af462014cea4b749.tar.gz
use macos 15
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index b4137b5..3030e7b 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-15]
build_type: [RelWithDebInfo]
c_compiler: [gcc, clang]
include: