Skip to content

Commit e0a9b55

Browse files
committed
[fix] yml xcode-version ์ˆ˜์ •
1 parent e71aa5f commit e0a9b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€Ž.github/workflows/appstore_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Xcode
1919
uses: maxim-lobanov/setup-xcode@v1
2020
with:
21-
xcode-version: latest-stable
21+
xcode-version: '16.1'
2222

2323
- uses: shimataro/ssh-key-action@v2
2424
with:

โ€Ž.github/workflows/testflight_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Xcode
2424
uses: maxim-lobanov/setup-xcode@v1
2525
with:
26-
xcode-version: latest-stable
26+
xcode-version: '16.1'
2727

2828
- uses: shimataro/ssh-key-action@v2
2929
with:

0 commit comments

Comments
ย (0)