@@ -801,7 +801,7 @@ jobs:
801801
802802 generate-windows-launcher :
803803 timeout-minutes : 120
804- runs-on : " windows-2019 "
804+ runs-on : " windows-2025 "
805805 steps :
806806 - uses : actions/checkout@v4
807807 with :
@@ -833,7 +833,7 @@ jobs:
833833 native-windows-tests-1 :
834834 needs : generate-windows-launcher
835835 timeout-minutes : 120
836- runs-on : " windows-2019 "
836+ runs-on : " windows-2025 "
837837 steps :
838838 - uses : actions/checkout@v4
839839 with :
@@ -874,7 +874,7 @@ jobs:
874874 native-windows-tests-2 :
875875 needs : generate-windows-launcher
876876 timeout-minutes : 120
877- runs-on : " windows-2019 "
877+ runs-on : " windows-2025 "
878878 steps :
879879 - uses : actions/checkout@v4
880880 with :
@@ -915,7 +915,7 @@ jobs:
915915 native-windows-tests-3 :
916916 needs : generate-windows-launcher
917917 timeout-minutes : 120
918- runs-on : " windows-2019 "
918+ runs-on : " windows-2025 "
919919 steps :
920920 - uses : actions/checkout@v4
921921 with :
@@ -956,7 +956,7 @@ jobs:
956956 native-windows-tests-4 :
957957 needs : generate-windows-launcher
958958 timeout-minutes : 120
959- runs-on : " windows-2019 "
959+ runs-on : " windows-2025 "
960960 steps :
961961 - uses : actions/checkout@v4
962962 with :
@@ -997,7 +997,7 @@ jobs:
997997 native-windows-tests-5 :
998998 needs : generate-windows-launcher
999999 timeout-minutes : 120
1000- runs-on : " windows-2019 "
1000+ runs-on : " windows-2025 "
10011001 steps :
10021002 - uses : actions/checkout@v4
10031003 with :
@@ -1575,7 +1575,7 @@ jobs:
15751575
15761576 vc-redist :
15771577 timeout-minutes : 15
1578- runs-on : " windows-2019 "
1578+ runs-on : " windows-2025 "
15791579 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'Virtuslab/scala-cli'
15801580 steps :
15811581 - uses : actions/checkout@v4
@@ -1874,7 +1874,7 @@ jobs:
18741874 needs :
18751875 - launchers
18761876 - publish
1877- runs-on : " windows-2019 "
1877+ runs-on : " windows-2025 "
18781878 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
18791879 steps :
18801880 - uses : actions/checkout@v4
0 commit comments