Skip to content

Commit 67d3f11

Browse files
committed
Update deploy_appstore.yml
1 parent 8cacb9b commit 67d3f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_appstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: macos-14
1212

1313
steps:
14-
- name: Setup Xcode to 15.3
14+
- name: Setup Xcode to 15.2
1515
uses: maxim-lobanov/setup-xcode@v1
1616
with:
17-
xcode-version: '15.3'
17+
xcode-version: '15.2'
1818

1919
- name: Checkout repository
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)