diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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: |
