Skip to content

Commit

Permalink
Fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Aug 30, 2024
1 parent 02d684a commit 0614364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0614364

Please sign in to comment.