Skip to content

Commit b028fcd

Browse files
committed
Try Xcode 14.2
1 parent 79bab46 commit b028fcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and test
22
on: [push, pull_request]
33
env:
44
IOS_SIMULATOR: "iPhone 14"
5-
IOS_VERSION: "16.4"
5+
IOS_VERSION: "16.2"
66
jobs:
77
build:
88
runs-on: macos-13
@@ -11,8 +11,7 @@ jobs:
1111
- name: "Select Xcode"
1212
run: |
1313
xcode-select -p
14-
sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
15-
xcode-select -p
14+
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
1615
- name: "Lint"
1716
run: make lint
1817
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"

0 commit comments

Comments
 (0)