diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bec1d1d..3cf5cd79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,12 @@ concurrency: cancel-in-progress: true env: - xcode_version: 14.3.1 + xcode_version: 15.3 jobs: Deploy: environment: '${{ github.event.inputs.environment }}' - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout