Skip to content

Commit 81c99d1

Browse files
committed
Test ghc924 running on x86_64-darwin
1 parent 78f2be1 commit 81c99d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
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
2424
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
3030
runs-on: ${{ matrix.os }}
3131
timeout-minutes: 10
3232
steps:

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
in
3333
{
3434
hapistrano-ghc8107 = mkCabalProject "ghc8107";
35-
hapistrano-ghc902 = mkCabalProject "ghc902";
35+
hapistrano-ghc902 = mkCabalProject "ghc924";
3636
})
3737
];
3838
};

0 commit comments

Comments
 (0)