File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,12 +225,12 @@ jobs:
225
225
- name : " Check that evaluation of hydra jobs works without using remote builders for GHC 9.6.7"
226
226
run : nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc967-native --show-trace --builders ''
227
227
228
- hydra-without-remote-builders-ghc9101 :
228
+ hydra-without-remote-builders-ghc9102 :
229
229
runs-on : [self-hosted, linux]
230
230
steps :
231
231
- 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 ''
234
234
235
235
hix-cabal :
236
236
runs-on : [self-hosted, linux]
You can’t perform that action at this time.
0 commit comments