From d37a969930b1c23ebcb005df14e9469a86640b0b Mon Sep 17 00:00:00 2001 From: msukkari Date: Thu, 30 Jan 2025 14:19:36 -0800 Subject: [PATCH] try using mac github action runners instead --- .github/workflows/staging-ghcr-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-ghcr-public.yml b/.github/workflows/staging-ghcr-public.yml index cff3b135..8719f14c 100644 --- a/.github/workflows/staging-ghcr-public.yml +++ b/.github/workflows/staging-ghcr-public.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-13 permissions: contents: read packages: write