From e4bc2d0740ba5068faa28bfaf92a91d98457e57d Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Thu, 2 Apr 2026 23:39:14 +0200 Subject: [PATCH] Add comment --- .forgejo/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 4bb912f..164a04c 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -29,6 +29,13 @@ jobs: target: x86_64-unknown-linux-musl - package: aarch64-linux target: aarch64-unknown-linux-gnu + # TODO: need macOS runners for these + # - package: default + # target: x86_64-apple-darwin + # system: x86_64-darwin + # - package: default + # target: aarch64-apple-darwin + # system: aarch64-darwin steps: - uses: actions/checkout@v4