mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue