From 7949a7e302abd9b4bde5dda4824f1a3d35dd770c Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 5 Mar 2023 10:16:43 +0100 Subject: downgrade macos and linux (#2098) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7323acf..b8a74dae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - "v*" jobs: linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: @@ -141,7 +141,7 @@ jobs: name: inkstitch-windows path: artifacts mac: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v3 with: -- cgit v1.2.3