Skip to content

Commit ebbb3b5

Browse files
committed
rollback: TestFlight Xcode 버전 고정
1 parent 2521a2f commit ebbb3b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
env:
2121
SCHEME: DevLogApp
2222
RUBY_VERSION: "3.2"
23-
XCODE_VERSION: "26.5"
23+
XCODE_VERSION: latest
2424
APP_STORE_TEAM_ID: ${{ secrets.APP_STORE_TEAM_ID }}
2525
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}
2626
ASC_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
@@ -36,7 +36,7 @@ permissions:
3636
jobs:
3737
testflight:
3838
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' && (contains(github.event.pull_request.labels.*.name, 'qa') || contains(github.event.pull_request.labels.*.name, 'qa-local')))
39-
runs-on: macos-26
39+
runs-on: macos-latest
4040
timeout-minutes: 45
4141

4242
steps:

0 commit comments

Comments
 (0)