Skip to content

Commit

Permalink
Update matrix of supported versions and devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Dec 11, 2024
1 parent 5b64336 commit 6947ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
set -o pipefail && \
NSUnbufferedIO=YES \
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 15" \
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 16" \
| xcbeautify --renderer github-actions
build-ios:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
fail-fast: false
matrix:
swift: [ "swift:6.0.2" ]
os: [ amazonlinux2, focal, jammy, rhel-ubi9, mantic, noble ]
exclude:
- swift: "swiftlang/swift:nightly-6.0"
os: "mantic"
- swift: "swiftlang/swift:nightly-6.0"
os: "noble"
os: [ amazonlinux2, focal, jammy, rhel-ubi9, noble ]

container:
image: ${{ matrix.swift }}-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watchos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
set -o pipefail && \
NSUnbufferedIO=YES \
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)" \
xcrun xcodebuild test -workspace . -scheme Vexil -skipMacroValidation -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" \
| xcbeautify --renderer github-actions
build-watchos:
Expand Down

0 comments on commit 6947ab1

Please sign in to comment.