Skip to content

Commit 07b2347

Browse files
committed
fix ios tests
1 parent 0f4bad3 commit 07b2347

File tree

100 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
iOS:
1313
runs-on: macos-12
1414
env:
15-
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
15+
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
1616
strategy:
1717
matrix:
18-
destination: ["OS=15.5,name=iPhone 13 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
18+
destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: iOS - ${{ matrix.destination }}
101 KB
102 KB
148 KB
100 KB

0 commit comments

Comments
 (0)