diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 99cdeed5..b43b4f95 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,10 +8,10 @@ on: jobs: deploy: name: Deploying to Testflight - runs-on: macos-13 + runs-on: macos-14 steps: - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer' - name: Checkout repository uses: actions/checkout@v4.1.1