Skip to content

Commit 4a0ab2a

Browse files
committed
Fix simulator version
1 parent 85f1d44 commit 4a0ab2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and test
22
on: [push, pull_request]
33
env:
4-
IOS_SIMULATOR: iPhone 12
4+
IOS_SIMULATOR: "iPhone 14"
55
IOS_VERSION: "16.4"
66
jobs:
77
build:

0 commit comments

Comments
 (0)