Skip to content

Commit efaeed3

Browse files
committed
switch CI to xcode 15
1 parent 3605c58 commit efaeed3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/Build.yml

Lines changed: 6 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:
@@ -57,6 +60,9 @@ jobs:
5760
build_tvOS:
5861
runs-on: macOS-13
5962
steps:
63+
- uses: maxim-lobanov/setup-xcode@v1
64+
with:
65+
xcode-version: '15.0.0'
6066
- uses: actions/checkout@v1
6167
- name: Generate projects
6268
run: make init

.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)