Skip to content

Commit 71cdc4f

Browse files
Swift 5.9
1 parent e480099 commit 71cdc4f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/base_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
destination: ${{ inputs.destination }}
3838
project: Split.xcodeproj
3939
scheme: ${{ inputs.scheme }}
40+
build-settings: SWIFT_VERSION=5.9

.github/workflows/base_ut.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
output-formatter: 'xcbeautify'
4040
sdk: 'iphonesimulator'
4141
test-plan: ${{ inputs.test-plan }}
42+
build-settings: SWIFT_VERSION=5.9
4243

4344
# - name: Install java 11
4445
# uses: actions/setup-java@v3

.github/workflows/test_all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
with:
3838
test-plan: ${{ matrix.plan }}
3939
destination: 'platform=iOS Simulator,OS=18.5,name=iPhone 16 Pro Max'
40+
build-settings: SWIFT_VERSION=5.9

0 commit comments

Comments
 (0)