mirror of https://github.com/madler/zlib
Repair github workflows for their updated macOS runner gcc name.
This commit is contained in:
parent
f7d01aae6e
commit
d476828316
|
@ -62,7 +62,7 @@ jobs:
|
|||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-11
|
||||
compiler: gcc-12
|
||||
cflags: -Werror -Wall -Wextra
|
||||
|
||||
steps:
|
||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-11
|
||||
compiler: gcc-12
|
||||
configure-args: --warn
|
||||
|
||||
- name: macOS Clang
|
||||
|
|
Loading…
Reference in New Issue