From 7b83e233d10a004e3baae14863ab2a17ad77a4f2 Mon Sep 17 00:00:00 2001 From: Midori Date: Thu, 28 Mar 2024 19:39:45 +0900 Subject: [PATCH] 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 6f81517..675ab84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: matrix: ios-version: [17] fail-fast: false - runs-on: macos-latest + runs-on: macos-14 steps: - name: Check out uses: actions/checkout@v4 @@ -54,7 +54,7 @@ jobs: android: needs: set-up timeout-minutes: 60 - runs-on: macos-14 + runs-on: macos-latest strategy: matrix: api-level: [34,33,32,31,30,29,28,27,26,25,24,23]