Skip to content

Commit

Permalink
[NON_ISSUE] CI xcode select step 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chongin12 authored Nov 23, 2023
1 parent 61e9d9f commit 8db60c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
PROVISION_ENCRYPTION_PWD: ${{ secrets.PROVISION_ENCRYPTION_PWD }}
CERTS_EXPORT_PWD: ${{ secrets.CERTS_EXPORT_PWD }}
steps:
- name: Select latest Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode.app"
- uses: actions/checkout@v4
- name: Get tag version
id: get_version
Expand Down

0 comments on commit 8db60c7

Please sign in to comment.