mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48: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
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:
|
jobs:
|
||||||
windows_package:
|
windows_package:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue