-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
jobs: | ||
authorize: | ||
name: Authorize | ||
runs-on: macos-12 | ||
runs-on: macos-13 | ||
steps: | ||
- name: ${{ github.actor }} permission check to do a release | ||
uses: octokit/[email protected] | ||
|
@@ -23,20 +23,20 @@ jobs: | |
|
||
release: | ||
name: Release | ||
runs-on: macos-12 | ||
runs-on: macos-13 | ||
needs: [authorize] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Set Xcode 14 | ||
- name: Set Xcode 15 | ||
run: | | ||
sudo xcode-select -switch /Applications/Xcode_14.1.app | ||
sudo xcode-select -switch /Applications/Xcode_15.2.app | ||
- name: iOS Tests | ||
run: | | ||
xcodebuild test \ | ||
-scheme Amplitude-Swift-Package \ | ||
-sdk iphonesimulator \ | ||
-destination 'platform=iOS Simulator,name=iPhone 14' | ||
-destination 'platform=iOS Simulator,name=iPhone 15' | ||
- name: macOS Tests | ||
run: | | ||
xcodebuild test \ | ||
|
@@ -63,7 +63,7 @@ jobs: | |
xcodebuild test \ | ||
-scheme AmplitudeObjCExample \ | ||
-sdk iphonesimulator \ | ||
-destination 'platform=iOS Simulator,name=iPhone 14' | ||
-destination 'platform=iOS Simulator,name=iPhone 15' | ||
- name: Validate Podfile | ||
run: pod lib lint --allow-warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters