diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-06-09 13:10:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 13:10:57 +0200 |
| commit | a8dcd1fc039eb29ed2c77765660b03038569401b (patch) | |
| tree | 1ad9982dc2ad6635d5db768a4cad9fde485b36ab /.github | |
| parent | 1cc14f7ba686a3c00f99cab8afb2fb2844810a99 (diff) | |
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 <rejbasket@users.noreply.github.com>
Diffstat (limited to '.github')
| -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: |
