ci: use xcode12.2

This commit is contained in:
yicheng 2020-11-12 14:45:06 +08:00
parent 59deb8e7d9
commit 6961f5be3f
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: ClashX
on: [push]
env:
DEVELOPER_DIR: /Applications/Xcode_12.2.app
jobs:
build:
runs-on: macOS-latest
@ -9,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: import certs
run: |
echo `/usr/bin/xcodebuild -version`
openssl aes-256-cbc -k "${{ secrets.ENCRYPTION_SECRET }}" -in ".github/certs/dist.p12.enc" -d -a -out ".github/certs/dist.p12"
gem install bundler:1.16.2
bundle install