Downgrade xcode version to fix compatibility with macOS 12+.

This commit is contained in:
Roman Telezhynskyi 2024-07-04 22:04:42 +03:00
parent ccd8e2bd86
commit 8f248f6a0d
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
- Dialog Table of variables. Added button Close.
- Fix incorrect seam allowance.
- Duplicate controls for main path nodes.
- Fix compatibility with macOS 12+.
# Valentina 0.7.53 June 25, 2024
- Fix layout sheet export with empty name.

View file

@ -83,7 +83,7 @@ environment:
QT_VERSION: Qt6
BUILD_SYSTEM: "qbs"
ARCH: x64
XCODE_VERSION: 15.2.0
XCODE_VERSION: 13.4.1
TARGET_PLATFORM: "macOS_12+"
MACOS_DEPLOYMENT_TARGET: 12.0
MULTI_BUNDLE: true
@ -97,7 +97,7 @@ environment:
QT_VERSION: Qt6
BUILD_SYSTEM: "qbs"
ARCH: x64
XCODE_VERSION: 15.2.0
XCODE_VERSION: 13.4.1
TARGET_PLATFORM: "macOS_12+"
MACOS_DEPLOYMENT_TARGET: 12.0
MULTI_BUNDLE: false