Skip to content

Commit

Permalink
Update validate_releases.sh call
Browse files Browse the repository at this point in the history
  • Loading branch information
kried committed Aug 14, 2024
1 parent de5a1a4 commit e56ef37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ jobs:

spm-ui-integration-test-job:
macos:
xcode: "14.1.0"
xcode: "15.2.0"
resource_class: macos.m1.medium.gen1
steps:
- checkout
Expand All @@ -684,7 +684,7 @@ jobs:
- install-swift-sh
- run:
name: Validate released Navigation SDK versions
command: /usr/local/bin/bash ./scripts/validate_releases.sh # Use Bash 5 that is installed via Homebrew.
command: ./scripts/validate_releases.sh

generate-docs-job:
parameters:
Expand Down Expand Up @@ -835,7 +835,7 @@ workflows:
context: Slack Orb
notify_success: true
- spm-ui-integration-test-job:
name: "Xcode 14.1.0; SPM UI test"
name: "Xcode 15.2.0; SPM UI test"
triggers:
- schedule:
cron: "0 0 * * *" # Once per day at 00:00
Expand Down
3 changes: 2 additions & 1 deletion scripts/validate_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ EXPECTED_XCODEBUILD_RESULTS=( \
[2.13.0]=${SUCCESS_CODE} \
[2.15.0]=${SUCCESS_CODE} \
[2.16.0]=${SUCCESS_CODE} \
[2.17.0]=${SUCCESS_CODE}
[2.17.0]=${SUCCESS_CODE} \
[2.18.2]=${SUCCESS_CODE}
)

echo "Expected xcodebuild result for:"
Expand Down

0 comments on commit e56ef37

Please sign in to comment.