Sfoglia il codice sorgente

Merge pull request #91074 from AThousandShips/macos_version

[CI] [macOS] Fix CI with new GitHub runners
Rémi Verschelde 1 anno fa
parent
commit
c7f56d327d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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