Skip to content

Commit 8b9cee4

Browse files
committed
switch CI to xcode 15
1 parent 807d528 commit 8b9cee4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- preview/version-8
88
pull_request:
99

10+
env:
11+
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
12+
1013
jobs:
1114

1215
build_iOS:

.github/workflows/Lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Lint
22

33
on: [pull_request]
44

5+
env:
6+
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
7+
58
jobs:
69
danger:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)