Skip to content

Commit

Permalink
PIA-922: Build developer ipa from XCode 15 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-laura-sempere authored May 10, 2024
1 parent 332dfa7 commit 9088785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
development_build:
runs-on: macos-13
runs-on: macos-14
env:
CERTIFICATE_PASSWORD: ${{ secrets.DEVELOPER_CERTIFICATE_PASSWORD }}
KEYCHAIN_NAME: ${{ secrets.KEYCHAIN_NAME }}
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Select XCode version
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
run: sudo xcode-select -s /Applications/Xcode_15.3.app

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9088785

Please sign in to comment.