From 2afdfe3b62e1904d049d8d4571a7e1896f6ad015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= Date: Sun, 21 Jan 2024 03:02:43 -0300 Subject: [PATCH] ci: revert to default macOS runners --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 795faf9..7e818ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} name: MacOS - runs-on: ARM64 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3