@@ -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 :
@@ -1575,7 +1575,7 @@ jobs:
1575
1575
1576
1576
vc-redist :
1577
1577
timeout-minutes : 15
1578
- runs-on : " windows-2019 "
1578
+ runs-on : " windows-2025 "
1579
1579
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'Virtuslab/scala-cli'
1580
1580
steps :
1581
1581
- uses : actions/checkout@v4
@@ -1874,7 +1874,7 @@ jobs:
1874
1874
needs :
1875
1875
- launchers
1876
1876
- publish
1877
- runs-on : " windows-2019 "
1877
+ runs-on : " windows-2025 "
1878
1878
if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
1879
1879
steps :
1880
1880
- uses : actions/checkout@v4
0 commit comments