Skip to content

Commit

Permalink
Apple: using Xcode 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Oct 26, 2021
1 parent 876782d commit f5c2449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ on:

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

Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
runner:
- macos-11.0
xcode:
- Xcode_12.5
- Xcode_13.0
- Xcode_12.5.1
- Xcode_13.1
target:
- template
- template-angle
Expand Down

0 comments on commit f5c2449

Please sign in to comment.