mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
SYNERGY-801 Update build pipeline to support macOS 10.13 (#6931)
* SYNERGY-801 Update build pipeline to support macOS 10.13 * Update ChangeLog
This commit is contained in:
parent
e56f234917
commit
d3cd28e051
@ -17,6 +17,7 @@ Enhancements:
|
||||
- #6916 Main Window receives screen name change
|
||||
- #6910 Don't use the word “Version” for release names because it can lead to errors during update checking.
|
||||
- #6918 Removing positional union initialisation
|
||||
- #6931 Update build pipeline to support macOS 10.13
|
||||
|
||||
|
||||
v1.13.0-stable
|
||||
|
||||
@ -67,13 +67,13 @@ jobs:
|
||||
catalina-std:
|
||||
image: macOS-10.15
|
||||
platform: x86-64
|
||||
version: 10.14
|
||||
version: 10.13
|
||||
buildType: "standard"
|
||||
prefix: "synergy"
|
||||
catalina-ent:
|
||||
image: macOS-10.15
|
||||
platform: x86-64
|
||||
version: 10.14
|
||||
version: 10.13
|
||||
buildType: "enterprise"
|
||||
prefix: "synergy-enterprise"
|
||||
pool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user