Skip to content

Commit 6947ab1

Browse files
committed
Update matrix of supported versions and devices
1 parent 5b64336 commit 6947ab1

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/ios-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
set -o pipefail && \
4646
NSUnbufferedIO=YES \
47-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 15" \
47+
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 16" \
4848
| xcbeautify --renderer github-actions
4949
5050
build-ios:

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
swift: [ "swift:6.0.2" ]
39-
os: [ amazonlinux2, focal, jammy, rhel-ubi9, mantic, noble ]
40-
exclude:
41-
- swift: "swiftlang/swift:nightly-6.0"
42-
os: "mantic"
43-
- swift: "swiftlang/swift:nightly-6.0"
44-
os: "noble"
39+
os: [ amazonlinux2, focal, jammy, rhel-ubi9, noble ]
4540

4641
container:
4742
image: ${{ matrix.swift }}-${{ matrix.os }}

.github/workflows/watchos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
set -o pipefail && \
4646
NSUnbufferedIO=YES \
47-
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)" \
47+
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" \
4848
| xcbeautify --renderer github-actions
4949
5050
build-watchos:

0 commit comments

Comments
 (0)