Skip to content

Commit c5eda6f

Browse files
committed
CI: Build with Xcode 12.2 & CocoaPods 1.10.0
1 parent 182ee92 commit c5eda6f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/CD.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515

1616
- name: Prepare Env
1717
run: |
18+
sudo xcode-select -s "/Applications/Xcode_12.2.app"
1819
brew install graphicsmagick imagemagick
1920
npm install --global create-dmg
2021
pod install

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
- name: Prepare Env
1616
run: |
17+
sudo xcode-select -s "/Applications/Xcode_12.2.app"
1718
pod install
1819
1920
- name: Check Strings

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ SPEC CHECKSUMS:
2121

2222
PODFILE CHECKSUM: 22fb3be5551e27fe258163b49feb9a2f4a36b073
2323

24-
COCOAPODS: 1.9.3
24+
COCOAPODS: 1.10.0

0 commit comments

Comments
 (0)