Skip to content

Commit e777220

Browse files
test: rm arg
1 parent af16c22 commit e777220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swiftui-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
5151
- name: Create Simulator
52-
run: xcrun simctl create "$SIMULATOR_NAME" "iPhone 16 Plus" latest
52+
run: xcrun simctl create "$SIMULATOR_NAME" "iPhone 16 Plus"
5353
- name: Boot Simulator Once and Generate Preferences
5454
run: |
5555
xcrun simctl boot "$SIMULATOR_NAME"

0 commit comments

Comments
 (0)