summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2022-02-15 18:24:31 +0100
committerxenu <me@xenu.pl>2022-02-15 20:39:12 +0100
commitf299ccd17382e0710752b2af03d9e54d9c41afd6 (patch)
treee493524207f3bd211c88d90cd103d960c28d68e0 /.github
parent02547a384a2ae92e50145aeaa1045e3177cf9ec5 (diff)
downloadperl-f299ccd17382e0710752b2af03d9e54d9c41afd6.tar.gz
revert to windows-2019 in GitHub Actions (for now)
It seems the changes in windows-latest (windows-2022) image broke our builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 92228e7475..3e36166432 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -326,7 +326,7 @@ jobs:
windows-msvc142:
name: "Windows msvc142"
- runs-on: windows-latest
+ runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
@@ -382,7 +382,7 @@ jobs:
mingw64:
name: "Windows mingw64"
- runs-on: windows-latest
+ runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
@@ -432,7 +432,7 @@ jobs:
cygwin:
name: "cygwin"
- runs-on: windows-latest
+ runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'