diff options
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 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 |