Skip to content

Commit 7e7d15a

Browse files
author
Simon Morley
committed
Switch CI to self-hosted runners
1 parent b06c378 commit 7e7d15a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
test:
1515
name: Test
16-
runs-on: ubuntu-latest
16+
runs-on: [self-hosted, linux, x64, nullrabbit]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: Build & publish latest
12-
runs-on: ubuntu-latest
12+
runs-on: [self-hosted, linux, x64, nullrabbit]
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414

1515
permissions:

0 commit comments

Comments
 (0)