Skip to content

Commit d7709c8

Browse files
Update yml
1 parent 938a340 commit d7709c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ env:
2222
jobs:
2323

2424
lint_markdown_files:
25-
uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@master
25+
uses: optimizely/swift-sdk/.github/workflows/lint_markdown.yml@muzahid/remove-travis-repo
2626

2727
integration_tests:
2828
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29-
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29+
uses: optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/remove-travis-repo
3030
secrets:
3131
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3232
# TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ jobs:
1919
# - see "https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md" for installed macOS, xcode and simulator versions.
2020
include:
2121
- os: 16.1
22-
device: "iPhone 12"
22+
device: "iPhone 14"
2323
scheme: "OptimizelySwiftSDK-iOS"
2424
test_sdk: "iphonesimulator"
2525
platform: "iOS Simulator"
2626
os_type: "iOS"
2727
simulator_xcode_version: 14.1
28-
- os: 15.5
29-
device: "iPhone 12"
28+
- os: 15.2
29+
device: "iPhone 14"
3030
scheme: "OptimizelySwiftSDK-iOS"
3131
test_sdk: "iphonesimulator"
3232
platform: "iOS Simulator"
3333
os_type: "iOS"
34-
simulator_xcode_version: 13.4.1
35-
- os: 15.5
34+
simulator_xcode_version: 14.2
35+
- os: 16.4
3636
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
3737
device: "iPad Air (4th generation)"
3838
scheme: "OptimizelySwiftSDK-iOS"
3939
test_sdk: "iphonesimulator"
4040
platform: "iOS Simulator"
4141
os_type: "iOS"
42-
simulator_xcode_version: 13.4.1
42+
simulator_xcode_version: 14.3.1
4343
- os: 16.1
4444
device: "Apple TV"
4545
scheme: "OptimizelySwiftSDK-tvOS"

0 commit comments

Comments
 (0)