summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-03-05 10:16:43 +0100
committerGitHub <noreply@github.com>2023-03-05 10:16:43 +0100
commit7949a7e302abd9b4bde5dda4824f1a3d35dd770c (patch)
tree002d240b72dcc3a8a02643b7047d756e78fdd2a8 /.github
parent28e5ed50a07a92981d7927763e7673c8e2031bce (diff)
downgrade macos and linux (#2098)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files 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: