We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bab46 commit b028fcdCopy full SHA for b028fcd
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and test
2
on: [push, pull_request]
3
env:
4
IOS_SIMULATOR: "iPhone 14"
5
- IOS_VERSION: "16.4"
+ IOS_VERSION: "16.2"
6
jobs:
7
build:
8
runs-on: macos-13
@@ -11,8 +11,7 @@ jobs:
11
- name: "Select Xcode"
12
run: |
13
xcode-select -p
14
- sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
15
- xcode-select -p
+ sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
16
- name: "Lint"
17
run: make lint
18
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
0 commit comments