Merge pull request #91074 from AThousandShips/macos_version

[CI] [macOS] Fix CI with new GitHub runners
This commit is contained in:
Rémi Verschelde 2024-04-23 22:56:34 +02:00 committed by GitHub
commit c7f56d327d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ concurrency:
jobs:
build-macos:
runs-on: "macos-latest"
runs-on: "macos-12"
name: ${{ matrix.name }}
strategy:
fail-fast: false