From 76785d60c6cc5d4a7ae4c0e5d92a703a73cc4a25 Mon Sep 17 00:00:00 2001
From: Roel <1643024+roelvanderkraan@users.noreply.github.com>
Date: Sat, 4 Jan 2025 15:19:37 +0100
Subject: [PATCH] Update swift.yml

---
 .github/workflows/swift.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml
index 1d5fcd2..4c51e97 100644
--- a/.github/workflows/swift.yml
+++ b/.github/workflows/swift.yml
@@ -15,14 +15,14 @@ jobs:
     strategy:
       matrix:
         os: [macos-latest]
-        swift: ["5.8", "5.9", "5.10", "6.0"]
+        swift: ["5.8", "5.9", "5.10"]
     runs-on: ${{ matrix.os }}
 
     steps:
+    - uses: actions/checkout@v4
     - uses: swift-actions/setup-swift@v2
       with:
         swift-version: ${{ matrix.swift }}
-    - uses: actions/checkout@v4
     - name: Build
       run: swift build -v
     - name: Run tests