1
0
mirror of synced 2025-02-17 18:59:21 +01:00

git: Make MacOS builds use MacOS 12 instead of 11 (#1399)

Context: MacOS 11 (Big Sur) is EOL + llvm@17 has been released, and it
has no binaries for Big Sur, making the CI hang
This commit is contained in:
iTrooz 2023-11-04 13:51:13 +01:00 committed by GitHub
parent c839ee7d13
commit 44a1efffa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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