From 6cd0d0da87088cd611c2e5a4f11b951cea1f1d2c Mon Sep 17 00:00:00 2001 From: TheNuclearNexus <39636175+TheNuclearNexus@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:39:30 -0500 Subject: [PATCH] fix: swap back to macos for workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4e8c34..c511170 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest strategy: fail-fast: false