From bc9eeca0535db43947ec4b156f87870c9484670d Mon Sep 17 00:00:00 2001 From: benedom <31181527+benedom@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:30:30 +0200 Subject: Update swift.yml --- .github/workflows/swift.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/swift.yml') diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 2880a54..99a8734 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,12 +15,10 @@ jobs: runs-on: macos-latest steps: - - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf - with: - swift-version: "5.9" + - uses: actions/checkout@v3 + - uses: swift-actions/setup-swift@v1 - name: Get swift version run: swift --version - - uses: actions/checkout@v3 - name: Build run: swift build -v - name: Run tests -- cgit v1.2.3