Skip to content

Commit 623339f

Browse files
committed
feat(agd): drop support for darwin
1 parent 91ffb7e commit 623339f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
os: macos-latest
3232
- template: pix-ctl-full
3333
os: macos-latest
34-
# FIXME hask flake not passing CI tests
34+
# FIXME flakes not passing CI tests
3535
# error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin'
3636
- template: hask
3737
os: macos-latest
38+
- template: agd
39+
os: macos-latest
3840
runs-on: ${{ matrix.os }}
3941
steps:
4042
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)