Skip to content

Commit

Permalink
update ios workflow to use what Dave defined in uid2-ios-sdk repo act…
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywu committed May 3, 2024
1 parent 2ca1bb9 commit 9dcce38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
release:
name: Create Release
runs-on: macos-latest
runs-on: macos-14
permissions:
pull-requests: write
contents: write
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9dcce38

Please sign in to comment.