Skip to content

Commit

Permalink
GHA/macos.yml: bump to gcc-12
Browse files Browse the repository at this point in the history
Closes #10415
  • Loading branch information
pheiduck authored and bagder committed Feb 6, 2023
1 parent 4414151 commit b876644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Expand Up @@ -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
Expand Down

0 comments on commit b876644

Please sign in to comment.