From 2a119b8ec5ec1333ab826cea311a1722728491e9 Mon Sep 17 00:00:00 2001 From: JimmyDaddy Date: Fri, 30 Jan 2026 18:12:14 +0800 Subject: [PATCH] ci: change macos-13 pipline image to macos-14 --- .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 53a97c3..333ac89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: path: ${{ github.workspace }}/example/android/app-release-${{ github.sha }}.apk android-api-level-test: - runs-on: macos-13 + runs-on: macos-14 needs: android-build name: Android Test strategy: