mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-21 18:39:59 +00:00
versioning: fix release versions (#1122)
This commit is contained in:
parent
fd7760b553
commit
01167569ab
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -474,7 +474,7 @@ jobs:
|
|||||||
build_mac:
|
build_mac:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
needs: setup_release
|
needs: [check_changelog, setup_release]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -554,7 +554,7 @@ jobs:
|
|||||||
|
|
||||||
build_mac_port:
|
build_mac_port:
|
||||||
name: Macports
|
name: Macports
|
||||||
needs: setup_release
|
needs: [check_changelog, setup_release]
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -770,7 +770,7 @@ jobs:
|
|||||||
build_win:
|
build_win:
|
||||||
name: Windows
|
name: Windows
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
needs: setup_release
|
needs: [check_changelog, setup_release]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user