From bf6060b6d1bff1ac514ba3f9912485bbb8e3337b Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Fri, 3 Apr 2026 16:36:33 +0200 Subject: [PATCH 1/2] ci: remove unnecessary builds --- .forgejo/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 7cba11f..b1de015 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,11 +25,10 @@ jobs: include: - package: x86_64-linux target: x86_64-unknown-linux-gnu - - package: x86_64-linux-musl - target: x86_64-unknown-linux-musl - - package: aarch64-linux - target: aarch64-unknown-linux-gnu - # TODO: need macOS runners for these + # - package: x86_64-linux-musl + # target: x86_64-unknown-linux-musl + # - package: aarch64-linux + # target: aarch64-unknown-linux-gnu # - package: default # target: x86_64-apple-darwin # system: x86_64-darwin From 282d1faad1f3dd4d236c35266959a1d54c6a34f9 Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Fri, 3 Apr 2026 16:38:57 +0200 Subject: [PATCH 2/2] ci: rename test job to "Run tests" --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index b1de015..4ced5db 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: test: - name: Test + name: Run tests runs-on: native steps: - uses: actions/checkout@v4