Skip to content

Commit

Permalink
main.yml의 runner환경 변경 (macos:12, xcode: 14.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstDo authored Sep 2, 2024
1 parent b7a3b10 commit 8c77534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
upload_testflight:
runs-on: macos_latest
runs-on: macos_12
steps:
- uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4.0
xcode-version: 14.2.0

- name: Setting Master Key
run: |
Expand Down

0 comments on commit 8c77534

Please sign in to comment.