We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f747baa commit 52f30dcCopy full SHA for 52f30dc
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push]
5
jobs:
6
iOS:
7
name: Run Unit Tests
8
- runs-on: macos-latest
+ runs-on: macos-26
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v1
@@ -14,5 +14,5 @@ jobs:
14
with:
15
project: TOSegmentedControlExample.xcodeproj
16
scheme: TOSegmentedControlTests
17
- destination: platform=iOS Simulator,name=iPhone 16 Pro
+ destination: platform=iOS Simulator,name=iPhone 17 Pro
18
action: test
0 commit comments