Commit 9cca278 for zlib
commit 9cca2787eab686802db91809732c6c7a205b19a5
Author: Vollstrecker <werner@vollstreckernet.de>
Date: Mon Nov 24 13:54:23 2025 +0100
CMake: Repair macOS action.
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 7f429bc..60fdf59 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -65,9 +65,23 @@ jobs:
pkgtgt: package
cmake-args: -DMINIZIP_ENABLE_BZIP2=ON
- - name: macOS GCC
+ - name: macOS GCC 13
os: macos-latest
- compiler: gcc-12
+ compiler: gcc-13
+ cflags: -Wall -Wextra
+ pkgtgt: package
+ cmake-args: -DMINIZIP_ENABLE_BZIP2=ON
+
+ - name: macOS GCC 14
+ os: macos-latest
+ compiler: gcc-14
+ cflags: -Wall -Wextra
+ pkgtgt: package
+ cmake-args: -DMINIZIP_ENABLE_BZIP2=ON
+
+ - name: macOS GCC 15
+ os: macos-latest
+ compiler: gcc-15
cflags: -Wall -Wextra
pkgtgt: package
cmake-args: -DMINIZIP_ENABLE_BZIP2=ON
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index f19272c..837620d 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -83,9 +83,19 @@ jobs:
cflags: -static
ldflags: -static
- - name: macOS GCC
+ - name: macOS GCC 13
os: macos-latest
- compiler: gcc-12
+ compiler: gcc-13
+ configure-args: --warn
+
+ - name: macOS GCC 14
+ os: macos-latest
+ compiler: gcc-14
+ configure-args: --warn
+
+ - name: macOS GCC 15
+ os: macos-latest
+ compiler: gcc-15
configure-args: --warn
- name: macOS Clang