Răsfoiți Sursa

Use specific Ubuntu version in build script

Evan Husted 1 an în urmă
părinte
comite
ea296b134d
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      .github/workflows/canary.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -202,7 +202,7 @@ jobs:
 
   macos_release:
     name: Release MacOS universal
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v4
 

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

@@ -183,7 +183,7 @@ jobs:
 
   macos_release:
     name: Release MacOS universal
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v4