misc: revert xcode to fix crash in mac os 10.13, need to update to 13.3 when github action supported.

This commit is contained in:
yicheng 2022-03-22 16:23:14 +08:00
parent 685f60a492
commit 08346a4cad

View File

@ -4,7 +4,7 @@ on: [push]
env:
FASTLANE_SKIP_UPDATE_CHECK: true
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
jobs:
build: