Skip to content

Commit

Permalink
switch CI to xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
NullIsOne committed Jun 20, 2023
1 parent 3605c58 commit efaeed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- preview/version-8
pull_request:

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

jobs:

build_iOS:
Expand Down Expand Up @@ -57,6 +60,9 @@ jobs:
build_tvOS:
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.0'
- uses: actions/checkout@v1
- name: Generate projects
run: make init
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Lint

on: [pull_request]

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

jobs:
danger:
runs-on: ubuntu-latest
Expand Down

0 comments on commit efaeed3

Please sign in to comment.