aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml2
-rw-r--r--.github/workflows/configure.yml2
2 files changed, 2 insertions, 2 deletions
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:
62 62
63 - name: macOS GCC 63 - name: macOS GCC
64 os: macos-latest 64 os: macos-latest
65 compiler: gcc-11 65 compiler: gcc-12
66 cflags: -Werror -Wall -Wextra 66 cflags: -Werror -Wall -Wextra
67 67
68 steps: 68 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:
85 85
86 - name: macOS GCC 86 - name: macOS GCC
87 os: macos-latest 87 os: macos-latest
88 compiler: gcc-11 88 compiler: gcc-12
89 configure-args: --warn 89 configure-args: --warn
90 90
91 - name: macOS Clang 91 - name: macOS Clang