Skip to content

Commit b538440

Browse files
committed
Bump xcode version
1 parent b6893bf commit b538440

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ jobs:
3737
if: ${{ needs.check-release-tag.outputs.tag }}
3838
steps:
3939
- uses: actions/checkout@v2
40+
- uses: maxim-lobanov/setup-xcode@v1
41+
with:
42+
xcode-version: '13.2.1'
4043
- name: build
4144
run: |
4245
sh ./Consumption-Tests/Shared/carthage.sh build
46+
sh ./Consumption-Tests/run-tests-CI-latest.sh
4347
4448
publish-cocoapods:
4549
runs-on: ubuntu-latest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Xcode 12.1
1+
Xcode 13.2.1

Consumption-Tests/Shared/performTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function runXcodeBuild {
114114
echo "WORKSPACE_FILEPATH=$WORKSPACE_FILEPATH"
115115

116116
set +e
117-
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME" -allowProvisioningUpdates
117+
xcodebuild clean build -workspace "$WORKSPACE_FILEPATH" -scheme "$SCHEME"
118118
local XCODEBUILD_STATUS_CODE=$?
119119
set -e
120120

0 commit comments

Comments
 (0)