From 84bb11522e2cf1ca1170b2cce87fe0522d2bbda3 Mon Sep 17 00:00:00 2001 From: nuomi1 Date: Tue, 30 Apr 2024 15:59:56 +0800 Subject: [PATCH] feat: remove setup-swift (#1312) * feat: remove setup-swift * Test failure * Test success --------- Co-authored-by: Yudong Jin --- .github/workflows/swift.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f6c371518..f8bfb6bee 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,16 +14,12 @@ on: jobs: build: - name: Swift ${{ matrix.swift }} on ${{ matrix.os }} + name: Swift on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: ["ubuntu-22.04", "macos-14"] - swift: ["5.10", "5.9"] steps: - - uses: swift-actions/setup-swift@v2 - with: - swift-version: ${{ matrix.swift }} - uses: actions/checkout@v4 - name: Build run: swift build --package-path codes/swift