Browse Source

Use specific Ubuntu version in build script

Evan Husted 1 year ago
parent
commit
ea296b134d
2 changed files with 2 additions and 2 deletions
  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