Skip to content

Commit aea57d0

Browse files
committed
[fix] yml xcode-version μˆ˜μ •
1 parent 3a06c5e commit aea57d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/appstore_release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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)