From 0614364c6cc4d5b8fed0be526e1e63021416d469 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Thu, 29 Aug 2024 23:01:39 -0400 Subject: [PATCH] Fix needs --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0daf85d..90417d3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: build: strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] include: - os: windows-latest artifact-name: windows-x64 @@ -19,7 +19,6 @@ jobs: - os: macos-latest artifact-name: macos artifact-path: libgodot_dart.dylib - continue-on-error: true runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3