Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
integ-test:
name: "Integration Test"
environment: "integration-test"
runs-on: macos-15
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand All @@ -37,6 +37,8 @@ jobs:
run: |
xcodebuild test \
-scheme IntegrationTestApp \
-destination "platform=iOS Simulator,name=iPhone 16,OS=latest" \
-destination "platform=iOS Simulator,name=iPhone 16 Pro Max,OS=18.5" \
-sdk iphonesimulator \
-test-iterations 3 -retry-tests-on-failure \
-parallel-testing-enabled NO -test-repetition-relaunch-enabled YES \
| xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
- scheme: AWSAppSyncEvents
os: iOS
sdk: iphonesimulator
destination: platform=iOS Simulator,name=iPhone 15,OS=latest
destination: platform=iOS Simulator,name=iPhone 16 Pro Max,OS=18.5
- scheme: AWSAppSyncEvents
os: macOS
sdk: macosx
destination: platform=OS X,arch=x86_64
destination: platform=macOS,arch=arm64
- scheme: AWSAppSyncEvents
os: tvOS
sdk: appletvsimulator
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=latest
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.5

runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
repositoryURL = "https://github.com/aws-amplify/amplify-swift";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 2.48.0;
minimumVersion = 2.51.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading