Skip to content

Commit 9c576dd

Browse files
committed
Self hosted runner
1 parent cf50013 commit 9c576dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ${{ matrix.os }}
15+
runs-on: [ self-hosted, "${{ matrix.os }}" ]
1616

1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
21-
os: [ubuntu-latest]
21+
os: [macOS]
2222

2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- uses: haskell/actions/setup@v1
26+
- uses: haskell-actions/setup@v2
2727
id: setup-haskell
2828
with:
2929
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)