From 67c262a0b6d887e4c1032557a9d82d4ea0af16f5 Mon Sep 17 00:00:00 2001 From: Frazer Robinson Date: Thu, 19 Sep 2024 00:30:07 +0100 Subject: [PATCH] Update ubuntu.yml --- .github/workflows/ubuntu.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cac9bb5..35b32c7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -16,10 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: swift-actions/setup-swift@v2.0.0 + - uses: swift-actions/setup-swift@v2.1.0 with: - # Swift version to configure - swift-version: "5.10.1" + swift-version: "5.1.0" - name: Build run: swift build -v - name: Run tests