From c6093e406f686003a59d62e42c7aea1e7262f6de Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 18 May 2025 10:13:22 -0400 Subject: [PATCH] Update main.yml --- .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 badab7b..9f2d3bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }}