Skip to content

Commit

Permalink
feat: update CD android and iOS setting
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jan 6, 2024
1 parent 5bc43dc commit ad2bdc9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '11.0'
java-version: '17.0'
- name: Decrypt Android keys
run: sh ./.github/scripts/decrypt_android_keys.sh
env:
Expand Down Expand Up @@ -50,8 +50,14 @@ jobs:

deploy_ios:
name: iOS Deploy TestFlight
runs-on: macOS-latest
runs-on: macos-13
steps:
# Ensure the xcode version is available
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
# Select your required version
- name: Select Xcode 15.0
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ad2bdc9

Please sign in to comment.