mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +00:00
[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
This commit is contained in:
parent
65e5010e7f
commit
15d2d27a53
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user