Skip to content
/ zlib Public
forked from madler/zlib

Commit

Permalink
Repair github workflows for their updated macOS runner gcc name.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Sep 1, 2024
1 parent f7d01aa commit d476828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: macOS GCC
os: macos-latest
compiler: gcc-11
compiler: gcc-12
cflags: -Werror -Wall -Wextra

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: macOS GCC
os: macos-latest
compiler: gcc-11
compiler: gcc-12
configure-args: --warn

- name: macOS Clang
Expand Down

0 comments on commit d476828

Please sign in to comment.