summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-02-05 11:53:19 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-06 08:20:03 +0100
commitb87664445c1e6d61a4e4aaf20b627df10c59f8ed (patch)
tree833a2c9762eeb982992a0c6f9ea9d1e5336668f9 /.github
parent44141512ede989df2c4a0f40f000e4358056331b (diff)
downloadcurl-b87664445c1e6d61a4e4aaf20b627df10c59f8ed.tar.gz
GHA/macos.yml: bump to gcc-12
Closes #10415
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index aa4de3dac..ba6cefc99 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