From a8dcd1fc039eb29ed2c77765660b03038569401b Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:10:57 +0200 Subject: Rejbasket/version geos update (#2979) * update geos version for linux an win builds * pinned pyinstaller version * changed windows build runner to windows-2019 * changed build version for cmake geos build script --------- Co-authored-by: rejbasket --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3