From: Viktor Szakats Date: Sun, 23 Oct 2022 12:40:26 +0000 (+0000) Subject: ci: bump to gcc-11 for macos X-Git-Tag: curl-7_86_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a8da4e6e29081d2a49974101b92b07fe3de21a;p=thirdparty%2Fcurl.git 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 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4ad8e39c28..ac391615d2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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