diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2022-01-21 11:16:15 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-01-21 11:16:15 +0100 |
commit | 15d2d27a53a749c064139ef0ad1c2d340f66c4b7 (patch) | |
tree | 829f23409395bc985cbe7840022371fa7dbb7504 /.github | |
parent | [Core] Add pygeoip dependency support (diff) | |
download | deluge-15d2d27a53a749c064139ef0ad1c2d340f66c4b7.tar.xz deluge-15d2d27a53a749c064139ef0ad1c2d340f66c4b7.zip |
[CI] Specify github windows server version
To ensure builds don't break avoid using windows-latest
Refs: https://github.com/actions/virtual-environments/issues/4856
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d1971fbf6..b3f710af7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ on: jobs: windows_package: - runs-on: windows-latest + runs-on: windows-2019 if: (github.event_name != 'pull_request' || github.event.label.name == 'windows') strategy: matrix: |