From 47fa6a9658060da92a0694f10ed92e6068b483db Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:07:21 +0800 Subject: [PATCH] update github action --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef0aa323..23440515 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3 @@ -20,11 +20,6 @@ jobs: fetch-depth: 0 - name: Get swift version run: swift --version - - uses: swift-actions/setup-swift@v1 - with: - swift-version: "5.8" - - name: Get swift version - run: swift --version - name: Build run: swift build -v # - name: Run tests