Skip to content

Commit 52f30dc

Browse files
authored
Updated unit test actions for macOS 26
1 parent f747baa commit 52f30dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
iOS:
77
name: Run Unit Tests
8-
runs-on: macos-latest
8+
runs-on: macos-26
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v1
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
project: TOSegmentedControlExample.xcodeproj
1616
scheme: TOSegmentedControlTests
17-
destination: platform=iOS Simulator,name=iPhone 16 Pro
17+
destination: platform=iOS Simulator,name=iPhone 17 Pro
1818
action: test

0 commit comments

Comments
 (0)