diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-13 18:45:43 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-13 18:45:43 +0300 |
commit | 63ca6e0518ab61335a5a287b0f480b565c56a527 (patch) | |
tree | 00fc0496b038cd5317982b294e600d3b327b3915 /.github/workflows | |
parent | fbab5e252f22de37d42cc6c2a014d690a9312565 (diff) | |
download | sciteco-63ca6e0518ab61335a5a287b0f480b565c56a527.tar.gz |
Windows nightly builds are built on Windows Server 2022 now
Server 2019 has been deprecated.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c136b54..df2869b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -177,7 +177,7 @@ jobs: git push -u origin +HEAD:gh-pages win64-curses: - runs-on: windows-2019 + runs-on: windows-2022 defaults: run: @@ -274,7 +274,7 @@ jobs: # linked statically on Windows (at least MSYS does not provide # static libraries) and would draw in libglib, libintl, libiconv etc. anyway. win64-gtk: - runs-on: windows-2019 + runs-on: windows-2022 defaults: run: |