Skip to content

Commit

Permalink
[NON_ISSUE] main.yml Xcode 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lygon55555 committed Jun 29, 2022
1 parent e4b94f6 commit 1365bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: [macos-latest]
env:
XC_VERSION: ${{ '13.0' }}
XC_VERSION: ${{ '13.3' }}
XC_PROJECT: ${{ 'YDS.xcodeproj' }}
XC_SCHEME: ${{ 'YDS-Storybook' }}
XC_CONFIGURATION: ${{ 'Automation' }}
Expand Down

0 comments on commit 1365bd1

Please sign in to comment.