mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Bump release
This commit is contained in:
parent
310e0f61ae
commit
1c395a75e7
2 changed files with 3 additions and 3 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -212,7 +212,7 @@ jobs:
|
|||
- target: 14
|
||||
soc: Apple
|
||||
os: macos-14
|
||||
xcode: "14.3.1"
|
||||
xcode: "15.4"
|
||||
type: Release
|
||||
core_count: 3
|
||||
make_package: 1
|
||||
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
- target: 14
|
||||
soc: Apple
|
||||
os: macos-14
|
||||
xcode: "14.3.1"
|
||||
xcode: "15.4"
|
||||
type: Debug
|
||||
core_count: 3
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ AbstractClient::AbstractClient(QObject *parent)
|
|||
qRegisterMetaType<PendingCommand *>("pendingCommand");
|
||||
|
||||
|
||||
|
||||
|
||||
FeatureSet features;
|
||||
features.initalizeFeatureList(clientFeatures);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue