Skip to content

Commit e69a2e7

Browse files
committed
Unfortunately the runner does not have iOS 26 simulators yet (see https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md)
Also added sample apps
1 parent 65a5589 commit e69a2e7

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
lib: [SalesforceFileLogger, SalesforceHybridSDK]
14+
lib: [SalesforceFileLogger, SalesforceHybridSDK, AccountEditor, MobileSyncExplorerHybrid]
1515
macos: [macos-15]
16-
ios: [^26, ^18]
16+
ios: [^18]
1717
xcode: [^26, ^16]
1818
# Valid combinations that will run:
19-
# - iOS ^26 + Xcode ^26
2019
# - iOS ^18 + Xcode ^26
2120
# - iOS ^18 + Xcode ^16
22-
exclude:
23-
- { ios: ^26, xcode: ^16 }
2421
uses: ./.github/workflows/reusable-workflow.yaml
2522
with:
2623
lib: ${{ matrix.lib }}

.github/workflows/pr.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,13 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
lib: [SalesforceFileLogger, SalesforceHybridSDK]
60+
lib: [SalesforceFileLogger, SalesforceHybridSDK, AccountEditor, MobileSyncExplorerHybrid]
6161
macos: [macos-15]
62-
ios: [^18, ^26]
62+
ios: [^18]
6363
xcode: [^16, ^26]
6464
# Valid combinations that will run:
6565
# - iOS ^18 + Xcode ^16
66-
# - iOS ^26 + Xcode ^26
67-
exclude:
68-
- { ios: ^18, xcode: ^26 }
69-
- { ios: ^26, xcode: ^16 }
66+
# - iOS ^18 + Xcode ^26
7067
uses: ./.github/workflows/reusable-workflow.yaml
7168
with:
7269
lib: ${{ matrix.lib }}

0 commit comments

Comments
 (0)