diff options
author | Viktor Szakats <commit@vsz.me> | 2022-10-23 12:40:26 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2022-10-23 12:40:26 +0000 |
commit | b9a8da4e6e29081d2a49974101b92b07fe3de21a (patch) | |
tree | 3a1d391af608a8ce2709d10f1e666cfd59f4b3a0 /.github | |
parent | a0d8a1aa91073a87b3b996050aff66603f03873d (diff) | |
download | curl-b9a8da4e6e29081d2a49974101b92b07fe3de21a.tar.gz |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4ad8e39c2..ac391615d 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 |