Skip to content

Commit c3e2f55

Browse files
committed
Fix runner targeting.
1 parent f7e419c commit c3e2f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uv sync --no-dev --group test
7676
7777
- name: Boot iPhone simulator
78-
if: ${{ startsWith(runner.os, 'macos-') }}
78+
if: runner.os == 'macOS'
7979
run: |
8080
xcrun simctl boot "iPhone SE (3rd generation)"
8181

0 commit comments

Comments
 (0)