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 3605c58 commit efaeed3Copy full SHA for efaeed3
.github/workflows/Build.yml
@@ -7,6 +7,9 @@ on:
7
- preview/version-8
8
pull_request:
9
10
+env:
11
+ DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
12
+
13
jobs:
14
15
build_iOS:
@@ -57,6 +60,9 @@ jobs:
57
60
build_tvOS:
58
61
runs-on: macOS-13
59
62
steps:
63
+ - uses: maxim-lobanov/setup-xcode@v1
64
+ with:
65
+ xcode-version: '15.0.0'
66
- uses: actions/checkout@v1
67
- name: Generate projects
68
run: make init
.github/workflows/Lint.yml
@@ -2,6 +2,9 @@ name: Lint
2
3
on: [pull_request]
4
5
6
danger:
runs-on: ubuntu-latest
0 commit comments