We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d6fd8 commit f27aa34Copy full SHA for f27aa34
.github/workflows/ci.yml
@@ -371,17 +371,17 @@ jobs:
371
cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/vcpkg/installed/x64-windows/share/proj/proj.db c:/artifact/osm2pgsql-bin/
372
shell: bash
373
working-directory: build
374
- if: matrix.os == 'windows-2022'
+ if: matrix.os == 'windows-2025'
375
- name: 'Upload Artifact'
376
uses: actions/upload-artifact@v4
377
with:
378
name: osm2pgsql-win64
379
path: c:/artifact
380
381
382
windows-package:
383
needs: windows
384
- runs-on: windows-2022
+ runs-on: windows-2025
385
386
env:
387
OSMURL: https://download.geofabrik.de/europe/monaco-latest.osm.bz2
0 commit comments