Bump release

This commit is contained in:
ZeldaZach 2024-11-22 22:49:34 -05:00
parent 310e0f61ae
commit 1c395a75e7
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -50,7 +50,7 @@ AbstractClient::AbstractClient(QObject *parent)
qRegisterMetaType<PendingCommand *>("pendingCommand");
FeatureSet features;
features.initalizeFeatureList(clientFeatures);