Skip to content

Commit b0c0e2f

Browse files
committed
Update actions to macOS 26 and iPhone 17
Signed-off-by: reesericci <me@reeseric.ci>
1 parent 550604b commit b0c0e2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ on:
1616
jobs:
1717
test:
1818
name: Test
19-
runs-on: macOS-14
19+
runs-on: macOS-26
2020
env:
21-
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
21+
DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer
2222
strategy:
2323
matrix:
2424
destination:
2525
- "platform=macOS"
26-
- "platform=iOS Simulator,name=iPhone 14"
26+
- "platform=iOS Simulator,name=iPhone 17"
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Test platform ${{ matrix.destination }}

0 commit comments

Comments
 (0)