diff options
Diffstat (limited to '.github/workflows/build.yml')
| -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 21b9fe12..77fd2f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: name: inkstitch-linux path: artifacts windows32: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v4 with: @@ -149,7 +149,7 @@ jobs: name: inkstitch-windows32 path: artifacts windows64: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v4 with: |
