Repair github workflows for their updated macOS runner gcc name.

This commit is contained in:
Mark Adler 2024-09-01 13:32:40 -07:00
parent f7d01aae6e
commit d476828316
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: macOS GCC
os: macos-latest
compiler: gcc-11
compiler: gcc-12
cflags: -Werror -Wall -Wextra
steps:

View File

@ -85,7 +85,7 @@ jobs:
- name: macOS GCC
os: macos-latest
compiler: gcc-11
compiler: gcc-12
configure-args: --warn
- name: macOS Clang