From 6d66f4e9e746251d71bd5171d0d86ab9dd504891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <116978510+Michael-128@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:41:18 +0100 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 13dc401..903823f 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -11,10 +11,12 @@ on: jobs: build: - runs-on: macos-latest - + steps: + - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf + with: + swift-version: "5.8" - uses: actions/checkout@v3 - name: Build run: swift build -v