mirror of https://github.com/madler/zlib
ci: Fix macos jobs
latest macos runner image now provide gcc-11 ref: https://github.com/actions/runner-images/blob/macOS-12/20221018.2/images/macos/macos-12-Readme.md
This commit is contained in:
parent
bc5ae74ea0
commit
19d7d6b32e
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-9
|
||||
compiler: gcc-11
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-9
|
||||
compiler: gcc-11
|
||||
configure-args: --warn
|
||||
|
||||
- name: macOS Clang
|
||||
|
|
Loading…
Reference in New Issue