Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Enable all 3 build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent 9c5ca65 commit 70e3a04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
fail-fast: false
steps:
# Setup
Expand Down

0 comments on commit 70e3a04

Please sign in to comment.