File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
fail-fast : true
19
19
matrix :
20
20
os :
21
- # - macos-13 # x86_64-darwin
22
- - macos-latest # aarch64-darwin
23
- - ubuntu-latest # x86_64-linux
21
+ - macos-13 # x86_64-darwin
22
+ # - macos-latest # aarch64-darwin
23
+ # - ubuntu-latest # x86_64-linux
24
24
installable :
25
- - test-ghc8107
26
- - test-ghc902
27
- exclude :
28
- - os : ubuntu-latest
29
- installable : test-ghc902
25
+ # - test-ghc8107
26
+ - test-ghc902 # TODO: Rename package to test-ghc924
27
+ # exclude:
28
+ # - os: ubuntu-latest
29
+ # installable: test-ghc902
30
30
runs-on : ${{ matrix.os }}
31
31
timeout-minutes : 10
32
32
steps :
Original file line number Diff line number Diff line change 32
32
in
33
33
{
34
34
hapistrano-ghc8107 = mkCabalProject "ghc8107" ;
35
- hapistrano-ghc902 = mkCabalProject "ghc902 " ;
35
+ hapistrano-ghc902 = mkCabalProject "ghc924 " ;
36
36
} )
37
37
] ;
38
38
} ;
You can’t perform that action at this time.
0 commit comments