Skip to content

Commit 8a1039c

Browse files
committed
ci: try running Nix GHC 9.12 requiring jobs on self-hosted
1 parent e8fe44f commit 8a1039c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
nix develop -c stack test --test-arguments --print
3838
3939
no-gmp:
40-
runs-on: ubuntu-latest
40+
runs-on: [self-hosted, Linux, desktop]
4141
strategy:
4242
fail-fast: false
4343
steps:
@@ -57,7 +57,7 @@ jobs:
5757
5858
nix:
5959
name: Nix
60-
runs-on: ubuntu-latest
60+
runs-on: [self-hosted, Linux, desktop]
6161
strategy:
6262
fail-fast: false
6363

0 commit comments

Comments
 (0)