Skip to content

Commit

Permalink
Update github ci to Xcode 13 (beta)
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Behrens <[email protected]>
  • Loading branch information
kloenk committed Sep 10, 2021
1 parent a4bb801 commit cb35ba0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
build:
name: Build
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
tests:
name: Tests
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
build:
name: Release
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cb35ba0

Please sign in to comment.