File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341341 strategy :
342342 fail-fast : false
343343 matrix :
344- os : [windows-2019, windows- 2022, windows-2025]
344+ os : [windows-2022, windows-2025]
345345 runs-on : ${{ matrix.os }}
346346
347347 env :
@@ -371,17 +371,17 @@ jobs:
371371 cp -r Release/* ../README.md ../COPYING ../*.style ../scripts ../flex-config c:/vcpkg/installed/x64-windows/share/proj/proj.db c:/artifact/osm2pgsql-bin/
372372 shell : bash
373373 working-directory : build
374- if : matrix.os == 'windows-2022 '
374+ if : matrix.os == 'windows-2025 '
375375 - name : ' Upload Artifact'
376376 uses : actions/upload-artifact@v4
377377 with :
378378 name : osm2pgsql-win64
379379 path : c:/artifact
380- if : matrix.os == 'windows-2022 '
380+ if : matrix.os == 'windows-2025 '
381381
382382 windows-package :
383383 needs : windows
384- runs-on : windows-2022
384+ runs-on : windows-2025
385385
386386 env :
387387 OSMURL : https://download.geofabrik.de/europe/monaco-latest.osm.bz2
You can’t perform that action at this time.
0 commit comments