From 12b30b745f98b9868e9aa0d465bd97b58a1a1df1 Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Thu, 4 Sep 2025 16:46:38 +0200 Subject: [PATCH] fix(ci/cd): use correct runner type for apt publishing --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b91843fd..191e9a1e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,7 +82,7 @@ jobs: publish-apt: name: Publish APT - runs-on: ubuntu-latest + runs-on: macOS-latest needs: [goreleaser] env: # Needed to publish new packages to our S3-hosted APT repo