Skip to content

Commit 53ca8a6

Browse files
committed
Update github action
1 parent ced3036 commit 53ca8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ jobs:
225225
- name: "Check that evaluation of hydra jobs works without using remote builders for GHC 9.6.7"
226226
run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc967-native --show-trace --builders ''
227227

228-
hydra-without-remote-builders-ghc9101:
228+
hydra-without-remote-builders-ghc9102:
229229
runs-on: [self-hosted, linux]
230230
steps:
231231
- uses: actions/checkout@v4
232-
- name: "Check that evaluation of hydra jobs works without using remote builders for GHC 9.10.1"
233-
run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc9101-native --show-trace --builders ''
232+
- name: "Check that evaluation of hydra jobs works without using remote builders for GHC 9.10.2"
233+
run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc9102-native --show-trace --builders ''
234234

235235
hix-cabal:
236236
runs-on: [self-hosted, linux]

0 commit comments

Comments
 (0)