diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2025-11-24 13:54:23 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-08 04:03:01 -0800 |
| commit | 9cca2787eab686802db91809732c6c7a205b19a5 (patch) | |
| tree | 083c9ea5aabbbffb63055dfb838fa0091da73b85 /.github/workflows | |
| parent | 3516e02f22e246ee78cf6bddc360f60de4009027 (diff) | |
| download | zlib-9cca2787eab686802db91809732c6c7a205b19a5.tar.gz zlib-9cca2787eab686802db91809732c6c7a205b19a5.tar.bz2 zlib-9cca2787eab686802db91809732c6c7a205b19a5.zip | |
CMake: Repair macOS action.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 18 | ||||
| -rw-r--r-- | .github/workflows/configure.yml | 14 |
2 files changed, 28 insertions, 4 deletions
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: | |||
| 65 | pkgtgt: package | 65 | pkgtgt: package |
| 66 | cmake-args: -DMINIZIP_ENABLE_BZIP2=ON | 66 | cmake-args: -DMINIZIP_ENABLE_BZIP2=ON |
| 67 | 67 | ||
| 68 | - name: macOS GCC | 68 | - name: macOS GCC 13 |
| 69 | os: macos-latest | 69 | os: macos-latest |
| 70 | compiler: gcc-12 | 70 | compiler: gcc-13 |
| 71 | cflags: -Wall -Wextra | ||
| 72 | pkgtgt: package | ||
| 73 | cmake-args: -DMINIZIP_ENABLE_BZIP2=ON | ||
| 74 | |||
| 75 | - name: macOS GCC 14 | ||
| 76 | os: macos-latest | ||
| 77 | compiler: gcc-14 | ||
| 78 | cflags: -Wall -Wextra | ||
| 79 | pkgtgt: package | ||
| 80 | cmake-args: -DMINIZIP_ENABLE_BZIP2=ON | ||
| 81 | |||
| 82 | - name: macOS GCC 15 | ||
| 83 | os: macos-latest | ||
| 84 | compiler: gcc-15 | ||
| 71 | cflags: -Wall -Wextra | 85 | cflags: -Wall -Wextra |
| 72 | pkgtgt: package | 86 | pkgtgt: package |
| 73 | cmake-args: -DMINIZIP_ENABLE_BZIP2=ON | 87 | 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: | |||
| 83 | cflags: -static | 83 | cflags: -static |
| 84 | ldflags: -static | 84 | ldflags: -static |
| 85 | 85 | ||
| 86 | - name: macOS GCC | 86 | - name: macOS GCC 13 |
| 87 | os: macos-latest | 87 | os: macos-latest |
| 88 | compiler: gcc-12 | 88 | compiler: gcc-13 |
| 89 | configure-args: --warn | ||
| 90 | |||
| 91 | - name: macOS GCC 14 | ||
| 92 | os: macos-latest | ||
| 93 | compiler: gcc-14 | ||
| 94 | configure-args: --warn | ||
| 95 | |||
| 96 | - name: macOS GCC 15 | ||
| 97 | os: macos-latest | ||
| 98 | compiler: gcc-15 | ||
| 89 | configure-args: --warn | 99 | configure-args: --warn |
| 90 | 100 | ||
| 91 | - name: macOS Clang | 101 | - name: macOS Clang |
