Skip to content

Commit

Permalink
Update macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Oct 28, 2023
1 parent 67efa1f commit 0b45164
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ios-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ on:

jobs:
deploy:
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Xcode Select Version
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.0
- name: Xcode version
run: |
/usr/bin/xcodebuild -version
- name: set up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 0b45164

Please sign in to comment.