Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ios workflow to use what Dave defined in uid2-ios-sdk repo actions #109

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ env:
jobs:
release:
name: Create Release
runs-on: macos-latest
runs-on: macos-14
permissions:
pull-requests: write
contents: write
@@ -66,8 +66,8 @@ jobs:
- name: Build, Test
run: |
cd ./${{ inputs.working_dir }}
xcodebuild -scheme UID2 -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14"
xcodebuild test -scheme UID2Tests -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14"
xcodebuild -scheme UID2 -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
xcodebuild test -scheme UID2Tests -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"

- name: Commit sdk_properties, version.json and set tag
uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v2