Skip to content

Commit

Permalink
[fix] yml xcode-version ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Jan 14, 2025
1 parent e71aa5f commit e0a9b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appstore_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.1'

- uses: shimataro/ssh-key-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.1'

- uses: shimataro/ssh-key-action@v2
with:
Expand Down

0 comments on commit e0a9b55

Please sign in to comment.