diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-09-01 13:32:40 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-09-01 13:35:20 -0700 |
| commit | d476828316d05d54c6fd6a068b121b30c147b5cd (patch) | |
| tree | 79f616a13bc292caae1276c6e41dc180b8f18e8a /.github/workflows | |
| parent | f7d01aae6ec6115184de821b93fa47810abd88f9 (diff) | |
| download | zlib-d476828316d05d54c6fd6a068b121b30c147b5cd.tar.gz zlib-d476828316d05d54c6fd6a068b121b30c147b5cd.tar.bz2 zlib-d476828316d05d54c6fd6a068b121b30c147b5cd.zip | |
Repair github workflows for their updated macOS runner gcc name.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/configure.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e258b64..36fb249 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
| @@ -62,7 +62,7 @@ jobs: | |||
| 62 | 62 | ||
| 63 | - name: macOS GCC | 63 | - name: macOS GCC |
| 64 | os: macos-latest | 64 | os: macos-latest |
| 65 | compiler: gcc-11 | 65 | compiler: gcc-12 |
| 66 | cflags: -Werror -Wall -Wextra | 66 | cflags: -Werror -Wall -Wextra |
| 67 | 67 | ||
| 68 | steps: | 68 | steps: |
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 0d71689..7789095 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
| @@ -85,7 +85,7 @@ jobs: | |||
| 85 | 85 | ||
| 86 | - name: macOS GCC | 86 | - name: macOS GCC |
| 87 | os: macos-latest | 87 | os: macos-latest |
| 88 | compiler: gcc-11 | 88 | compiler: gcc-12 |
| 89 | configure-args: --warn | 89 | configure-args: --warn |
| 90 | 90 | ||
| 91 | - name: macOS Clang | 91 | - name: macOS Clang |
