Skip to content

Commit

Permalink
[NON_ISSUE] Xcode 최신 버전으로 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chongin12 authored Nov 23, 2023
1 parent f097394 commit 5946d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
PROVISION_ENCRYPTION_PWD: ${{ secrets.PROVISION_ENCRYPTION_PWD }}
CERTS_EXPORT_PWD: ${{ secrets.CERTS_EXPORT_PWD }}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode.app"
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5946d50

Please sign in to comment.