diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ef0aa323..23440515 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,7 +12,7 @@ on:
 jobs:
   build:
 
-    runs-on: macos-latest
+    runs-on: macos-13
 
     steps:
     - uses: actions/checkout@v3
@@ -20,11 +20,6 @@ jobs:
         fetch-depth: 0
     - name: Get swift version
       run: swift --version
-    - uses: swift-actions/setup-swift@v1
-      with:
-        swift-version: "5.8"
-    - name: Get swift version
-      run: swift --version 
     - name: Build
       run: swift build -v
     # - name: Run tests