From 9e44dd756b41af1c641e2528521eda3ea3202727 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 5 Jul 2024 13:30:23 -0700 Subject: [PATCH] cosmo on macos runners only? --- .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 f109e51..fd715ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} build-cosmopolitan: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 - run: |