From ea296b134dbe3ae33adb296bfea30af75e0cb678 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Mon, 20 Jan 2025 19:27:34 -0600 Subject: [PATCH] Use specific Ubuntu version in build script --- .github/workflows/canary.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 433e65cb2..1554b8f6b 100644 --- a/.github/workflows/canary.yml +++ b/.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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e11f6edf..072c6bf2f 100644 --- a/.github/workflows/release.yml +++ b/.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