Skip to content

Commit c1f42b8

Browse files
committed
github ci: change to Xcode 13 beta
Signed-off-by: Finn Behrens <[email protected]>
1 parent c32047e commit c1f42b8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
build:
1818
name: Build
1919
runs-on: macos-latest
20+
env:
21+
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
2022

2123
steps:
2224
- uses: actions/checkout@v2

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
tests:
1818
name: Tests
1919
runs-on: macos-latest
20+
env:
21+
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
2022

2123
steps:
2224
- uses: actions/checkout@v2

.github/workflows/release-alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
build:
1717
name: Release
1818
runs-on: macos-latest
19+
env:
20+
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
1921

2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)