File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments