diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e258b64..36fb249 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -62,7 +62,7 @@ jobs: - name: macOS GCC os: macos-latest - compiler: gcc-11 + compiler: gcc-12 cflags: -Werror -Wall -Wextra steps: diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 0d71689..7789095 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -85,7 +85,7 @@ jobs: - name: macOS GCC os: macos-latest - compiler: gcc-11 + compiler: gcc-12 configure-args: --warn - name: macOS Clang