From 257c01a5b2c88c21e528d23f5044262ea2a2c6ab Mon Sep 17 00:00:00 2001 From: Fin Date: Tue, 4 Jun 2024 10:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9github=20action=20=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E7=B3=BB=E7=BB=9F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testflight.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflight.yaml b/.github/workflows/testflight.yaml index 6c41dd03..70111b0b 100644 --- a/.github/workflows/testflight.yaml +++ b/.github/workflows/testflight.yaml @@ -14,7 +14,7 @@ on: jobs: deploy: - runs-on: macos-latest-large + runs-on: macos-14-large steps: - name: Checkout