diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
-rw-r--r-- | .github/workflows/configure.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 64aa12c..d15fda8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
@@ -54,7 +54,7 @@ jobs: | |||
54 | 54 | ||
55 | - name: macOS GCC | 55 | - name: macOS GCC |
56 | os: macos-latest | 56 | os: macos-latest |
57 | compiler: gcc-9 | 57 | compiler: gcc-11 |
58 | 58 | ||
59 | steps: | 59 | steps: |
60 | - name: Checkout repository | 60 | - name: Checkout repository |
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 712c723..e783921 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-9 | 88 | compiler: gcc-11 |
89 | configure-args: --warn | 89 | configure-args: --warn |
90 | 90 | ||
91 | - name: macOS Clang | 91 | - name: macOS Clang |