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