Răsfoiți Sursa

Remove deprecated macos-11 runner (#447)

mdmathias 1 an în urmă
părinte
comite
ed0a021a3e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/builds.yml

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

@@ -15,7 +15,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macos-11, macos-12]
+        os: [macos-12]
   
     steps:
     - uses: actions/checkout@v3