Skip to content

Commit

Permalink
Apple: building with Xcode 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Sep 21, 2021
1 parent 19e8181 commit 8f68dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
WORKSPACE: ${{ github.workspace }}
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
BUILD_NUMBER: ${{ github.event.inputs.buildNumber }}
YEAR: ${{ github.event.inputs.buildYear }}

Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
- macos-11.0
xcode:
- Xcode_12.5
- Xcode_13.0
target:
- template
- template-angle
Expand Down

0 comments on commit 8f68dc9

Please sign in to comment.