]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos.yml: bump to gcc-12
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 5 Feb 2023 10:53:19 +0000 (11:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Feb 2023 07:20:03 +0000 (08:20 +0100)
Closes #10415

.github/workflows/macos.yml

index aa4de3dac6f93afaed2009df341657a8a0fa14ac..ba6cefc991a8bfdd3211782c7fdf1dd5d300d098 100644 (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