Browse Source

Merge pull request #91074 from AThousandShips/macos_version

[CI] [macOS] Fix CI with new GitHub runners
Rémi Verschelde 1 year ago
parent
commit
c7f56d327d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/macos_builds.yml

+ 1 - 1
.github/workflows/macos_builds.yml

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