Skip to content

Commit d5d10bb

Browse files
committed
ci: try running on self-hosted
1 parent 5620cfc commit d5d10bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
stack:
1111
name: stack / ghc ${{ matrix.ghc }}
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -46,7 +46,7 @@ jobs:
4646
stack test --system-ghc --test-arguments --print
4747
4848
no-gmp:
49-
runs-on: ubuntu-latest
49+
runs-on: self-hosted
5050
strategy:
5151
fail-fast: false
5252
steps:
@@ -65,7 +65,7 @@ jobs:
6565
6666
nix:
6767
name: Nix
68-
runs-on: ubuntu-latest
68+
runs-on: self-hosted
6969
strategy:
7070
fail-fast: false
7171

0 commit comments

Comments
 (0)