@@ -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 :
@@ -1573,7 +1573,7 @@ jobs:
15731573
15741574 vc-redist :
15751575 timeout-minutes : 15
1576- runs-on : " windows-2019 "
1576+ runs-on : " windows-2025 "
15771577 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'Virtuslab/scala-cli'
15781578 steps :
15791579 - uses : actions/checkout@v4
@@ -1872,7 +1872,7 @@ jobs:
18721872 needs :
18731873 - launchers
18741874 - publish
1875- runs-on : " windows-2019 "
1875+ runs-on : " windows-2025 "
18761876 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
18771877 steps :
18781878 - uses : actions/checkout@v4
0 commit comments