From bc5fe615a87d3306e95a7ae6717a59b856793c9b Mon Sep 17 00:00:00 2001 From: JimmyDaddy Date: Sun, 4 Feb 2024 20:39:36 +0800 Subject: [PATCH] chore: ci cocoapods version --- .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 3e5a14f..0fd4d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,7 @@ jobs: name: iOS Build and Test strategy: matrix: - cocoapods: ['1.10.1', '1.14.3'] + cocoapods: ['1.15.0', '1.14.3'] steps: - name: Checkout the code uses: actions/checkout@v4