Skip to content

Commit

Permalink
Update uploadTestflight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji authored Aug 31, 2024
1 parent 6b247d9 commit 847e0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v2

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.2.0
xcode-version: 16.0-beta


# uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
# Corrected indentation for the "Install Tuist" step
- name: Install Tuist
run: curl -Ls https://install.tuist.io | bash
working-directory: ./BeatMaster
working-directory: ./OPeace

# Corrected indentation for the "Install Fastlane" step
- name: Install Fastlane
Expand Down

0 comments on commit 847e0fa

Please sign in to comment.