mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:57:20 +03:00
ci: bump to gcc-11 for macos
Ref: https://github.blog/changelog/2022-10-03-github-actions-jobs-running-on-macos-latest-are-now-running-on-macos-12/ Ref: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md Reviewed-by: Max Dymond Closes #9785
This commit is contained in:
parent
a0d8a1aa91
commit
b9a8da4e6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -129,8 +129,8 @@ jobs:
|
|||
- CC: clang
|
||||
CXX: clang++
|
||||
CFLAGS: "-mmacosx-version-min=10.15 -Wno-deprecated-declarations"
|
||||
- CC: gcc-9
|
||||
CXX: g++-9
|
||||
- CC: gcc-11
|
||||
CXX: g++-11
|
||||
CFLAGS: "-mmacosx-version-min=10.15 -Wno-error=undef -Wno-error=conversion"
|
||||
build:
|
||||
- name: OpenSSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue