From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:53:19 +0000 (+0100) Subject: GHA/macos.yml: bump to gcc-12 X-Git-Tag: curl-7_88_0~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b87664445c1e6d61a4e4aaf20b627df10c59f8ed;p=thirdparty%2Fcurl.git GHA/macos.yml: bump to gcc-12 Closes #10415 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index aa4de3dac6..ba6cefc991 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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