ci: use xcode12.2
This commit is contained in:
parent
59deb8e7d9
commit
6961f5be3f
|
@ -2,6 +2,9 @@ name: ClashX
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
DEVELOPER_DIR: /Applications/Xcode_12.2.app
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
@ -9,6 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: import certs
|
- name: import certs
|
||||||
run: |
|
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"
|
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
|
gem install bundler:1.16.2
|
||||||
bundle install
|
bundle install
|
||||||
|
|
Loading…
Reference in New Issue