diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b7b1a442..2730e5ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # required to be able to find Git tags - name: Set up pkgx environment - uses: pkgxdev/setup@v1 + uses: pkgxdev/setup@v4 with: +: pod xcodes diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265f96dc..1bd72797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,20 +17,15 @@ concurrency: jobs: lint-podspec: name: Lint Podspec - runs-on: macos-14 + runs-on: macos-15 steps: - name: Git Checkout uses: actions/checkout@v4 with: fetch-depth: 0 # required to be able to find Git tags - - name: Set up pkgx environment - uses: pkgxdev/setup@v1 - with: - +: pod xcodes - - name: Select Xcode version - run: sudo xcodes select 15.4 + run: sudo xcodes select 16.2 - name: Lint Podspec run: | @@ -121,7 +116,7 @@ jobs: uses: actions/checkout@v4 - name: Set up pkgx environment - uses: pkgxdev/setup@v1 + uses: pkgxdev/setup@v4 with: +: fastlane xcodes @@ -137,7 +132,7 @@ jobs: - if: ${{ matrix.install }} name: Install Required Runtime (${{ matrix.runtime }}) - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 15 max_attempts: 3