Skip to content

Commit

Permalink
Merge pull request #18 from soulsmods/chore/update-actions-label
Browse files Browse the repository at this point in the history
Update GH actions runner label
  • Loading branch information
garyttierney authored Mar 2, 2024
2 parents faf1139 + ec5e654 commit 6a37a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6a37a12

Please sign in to comment.