Skip to content

Commit

Permalink
bump swift-tools-version?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Oct 3, 2024
1 parent 4b19ff9 commit 6118383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

env:
browser: focus-ios
xcode_version: 15.4
ios_version: 17.5
ios_simulator_default: iPhone 15
xcode_version: 16
ios_version: "18.0"
ios_simulator_default: iPhone 16
xcodebuild_scheme: Focus
xcodebuild_target: XCUITest
test_results_directory: /Users/runner/tmp
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
xcodebuild_test_plan: ['SmokeTest'] # , 'FullFunctionalTests']
ios_simulator: [ 'iPhone 15', 'iPad Pro (12.9-inch) (6th generation)']
ios_simulator: [ 'iPhone 16', 'iPad Pro (12.9-inch) (6th generation)']
steps:
- name: Check out source code
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion BrowserKit/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.6
// swift-tools-version: 6.0

import PackageDescription

Expand Down

0 comments on commit 6118383

Please sign in to comment.