From ec5e654261f40decdce2f7ffe215087a4a826898 Mon Sep 17 00:00:00 2001
From: Gary Tierney <gary.tierney@fastmail.com>
Date: Sat, 2 Mar 2024 04:22:42 +0000
Subject: [PATCH] Update GH actions runner label

---
 .github/workflows/test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f3d7520..396e7f1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
 jobs:
   clippy:
     name: Clippy
-    runs-on: arc-runner-set
+    runs-on: soulsmods-runner
     steps:
       - uses: actions/checkout@v4
       - uses: dtolnay/rust-toolchain@stable
@@ -19,7 +19,7 @@ jobs:
         
   fmt:
     name: Formatting
-    runs-on: arc-runner-set
+    runs-on: soulsmods-runner
     steps:
       - uses: actions/checkout@v4
       - uses: dtolnay/rust-toolchain@stable
@@ -29,7 +29,7 @@ jobs:
 
   test:
     name: Test
-    runs-on: arc-runner-set
+    runs-on: soulsmods-runner
     steps:
       - uses: actions/checkout@v4
       - uses: dtolnay/rust-toolchain@stable