@@ -801,7 +801,7 @@ jobs:
801
801
802
802
generate-windows-launcher :
803
803
timeout-minutes : 120
804
- runs-on : " windows-2019 "
804
+ runs-on : " windows-2025 "
805
805
steps :
806
806
- uses : actions/checkout@v4
807
807
with :
@@ -833,7 +833,7 @@ jobs:
833
833
native-windows-tests-1 :
834
834
needs : generate-windows-launcher
835
835
timeout-minutes : 120
836
- runs-on : " windows-2019 "
836
+ runs-on : " windows-2025 "
837
837
steps :
838
838
- uses : actions/checkout@v4
839
839
with :
@@ -874,7 +874,7 @@ jobs:
874
874
native-windows-tests-2 :
875
875
needs : generate-windows-launcher
876
876
timeout-minutes : 120
877
- runs-on : " windows-2019 "
877
+ runs-on : " windows-2025 "
878
878
steps :
879
879
- uses : actions/checkout@v4
880
880
with :
@@ -915,7 +915,7 @@ jobs:
915
915
native-windows-tests-3 :
916
916
needs : generate-windows-launcher
917
917
timeout-minutes : 120
918
- runs-on : " windows-2019 "
918
+ runs-on : " windows-2025 "
919
919
steps :
920
920
- uses : actions/checkout@v4
921
921
with :
@@ -956,7 +956,7 @@ jobs:
956
956
native-windows-tests-4 :
957
957
needs : generate-windows-launcher
958
958
timeout-minutes : 120
959
- runs-on : " windows-2019 "
959
+ runs-on : " windows-2025 "
960
960
steps :
961
961
- uses : actions/checkout@v4
962
962
with :
@@ -997,7 +997,7 @@ jobs:
997
997
native-windows-tests-5 :
998
998
needs : generate-windows-launcher
999
999
timeout-minutes : 120
1000
- runs-on : " windows-2019 "
1000
+ runs-on : " windows-2025 "
1001
1001
steps :
1002
1002
- uses : actions/checkout@v4
1003
1003
with :
@@ -1573,7 +1573,7 @@ jobs:
1573
1573
1574
1574
vc-redist :
1575
1575
timeout-minutes : 15
1576
- runs-on : " windows-2019 "
1576
+ runs-on : " windows-2025 "
1577
1577
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'Virtuslab/scala-cli'
1578
1578
steps :
1579
1579
- uses : actions/checkout@v4
@@ -1872,7 +1872,7 @@ jobs:
1872
1872
needs :
1873
1873
- launchers
1874
1874
- publish
1875
- runs-on : " windows-2019 "
1875
+ runs-on : " windows-2025 "
1876
1876
if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
1877
1877
steps :
1878
1878
- uses : actions/checkout@v4
0 commit comments