From 442d286eab0e6c373b5a9d809602fc241af2ee9e Mon Sep 17 00:00:00 2001 From: Darktt Date: Fri, 29 Nov 2024 13:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Github=20action=20?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4754883..845df33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,9 @@ on: jobs: build: - runs-on: macos-15.1.1 + runs-on: macos-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Select Xcode run: sudo xcode-select -switch /Applications/Xcode_16.0.app && /usr/bin/xcodebuild -version - name: Run tests