From 70ae55aaf440bb254aa220c4b695a79efd11ca96 Mon Sep 17 00:00:00 2001 From: zunda <47569369+zunda-pixel@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:49:30 +0900 Subject: [PATCH 1/5] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51222e85..0a080583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,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 @@ -145,7 +145,7 @@ jobs: uses: actions/checkout@v4 - name: Set up pkgx environment - uses: pkgxdev/setup@v1 + uses: pkgxdev/setup@v4 with: +: fastlane xcodes @@ -161,7 +161,7 @@ jobs: - if: ${{ matrix.install }} name: Install Required Runtime (${{ matrix.runtime }}) - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v4 with: timeout_minutes: 15 max_attempts: 3 From 4d781ef9e8df7a93e9ee03757c1e48e73d27369c Mon Sep 17 00:00:00 2001 From: zunda <47569369+zunda-pixel@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:51:52 +0900 Subject: [PATCH 2/5] update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 187a8f7db377e058235322551674effa4c7ae36b Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:58:33 +0100 Subject: [PATCH 3/5] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 758d35a0..61b00910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - if: ${{ matrix.install }} name: Install Required Runtime (${{ matrix.runtime }}) - uses: nick-fields/retry@v4 + uses: nick-fields/retry@v3 with: timeout_minutes: 15 max_attempts: 3 From 868c3be01fdac045e287ccdf9236d517d2c8d92f Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:08:44 +0100 Subject: [PATCH 4/5] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61b00910..30dbb3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ concurrency: jobs: lint-podspec: name: Lint Podspec - runs-on: macos-14 + runs-on: macos-15 steps: - name: Git Checkout uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: +: pod xcodes - name: Select Xcode version - run: sudo xcodes select 15.4 + run: sudo xcodes select 16.2 - name: Lint Podspec run: | From 909c0c1f99516ea6c9d56f4850b045676ab275ee Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:18:31 +0100 Subject: [PATCH 5/5] is pkgx fucking shit up with linting? --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30dbb3c5..1bd72797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,6 @@ jobs: with: fetch-depth: 0 # required to be able to find Git tags - - name: Set up pkgx environment - uses: pkgxdev/setup@v4 - with: - +: pod xcodes - - name: Select Xcode version run: sudo xcodes select 16.2