GHA/macos.yml: bump to gcc-12

Closes #10415
This commit is contained in:
Philip H 2023-02-05 11:53:19 +01:00 committed by Daniel Stenberg
parent 44141512ed
commit b87664445c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -138,8 +138,8 @@ jobs:
- CC: clang
CXX: clang++
CFLAGS: "-mmacosx-version-min=10.15 -Wno-deprecated-declarations"
- CC: gcc-11
CXX: g++-11
- CC: gcc-12
CXX: g++-12
CFLAGS: "-mmacosx-version-min=10.15 -Wno-error=undef -Wno-error=conversion"
build:
- name: OpenSSL