diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15535772a..e37365360 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: # MacOS build macos: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: @@ -134,7 +134,7 @@ jobs: - suffix: "" custom_glfw: false - name: 🍎 macOS 11.0${{matrix.suffix}} + name: 🍎 macOS 12.0${{matrix.suffix}} steps: - name: 🧰 Checkout