We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f8ac7 commit 5502db4Copy full SHA for 5502db4
1 file changed
.github/workflows/ios.yml
@@ -9,7 +9,9 @@ on:
9
jobs:
10
build:
11
name: Build and Test SDKHostApp scheme using any available iPhone simulator
12
- runs-on: macos-latest
+ runs-on: macos-11
13
+ env:
14
+ DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
15
16
steps:
17
- name: Checkout
0 commit comments