Test ghc924 running on x86_64-darwin

This commit is contained in:
Sebastian Estrella 2024-07-05 12:26:45 -05:00
parent 78f2be1668
commit 81c99d15d3
2 changed files with 9 additions and 9 deletions

View File

@ -18,15 +18,15 @@ jobs:
fail-fast: true
matrix:
os:
# - macos-13 # x86_64-darwin
- macos-latest # aarch64-darwin
- ubuntu-latest # x86_64-linux
- macos-13 # x86_64-darwin
# - macos-latest # aarch64-darwin
# - ubuntu-latest # x86_64-linux
installable:
- test-ghc8107
- test-ghc902
exclude:
- os: ubuntu-latest
installable: test-ghc902
# - test-ghc8107
- test-ghc902 # TODO: Rename package to test-ghc924
# exclude:
# - os: ubuntu-latest
# installable: test-ghc902
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:

View File

@ -32,7 +32,7 @@
in
{
hapistrano-ghc8107 = mkCabalProject "ghc8107";
hapistrano-ghc902 = mkCabalProject "ghc902";
hapistrano-ghc902 = mkCabalProject "ghc924";
})
];
};