We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb801 commit cb35ba0Copy full SHA for cb35ba0
.github/workflows/ci-build.yml
@@ -17,6 +17,8 @@ jobs:
17
build:
18
name: Build
19
runs-on: macos-latest
20
+ env:
21
+ DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
22
23
steps:
24
- uses: actions/checkout@v2
.github/workflows/ci-tests.yml
tests:
name: Tests
.github/workflows/release-alpha.yml
@@ -16,6 +16,8 @@ jobs:
16
name: Release
0 commit comments