Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haim Yadid committed Dec 7, 2022
1 parent 1256413 commit 37e35a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
build:
needs: [ precheck ]
name: 'Build on ${{ matrix.os }}'
strategy:
fail-fast: true
runs-on:
- macOS-latest
- ubuntu-latest
- windows-latest
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 37e35a8

Please sign in to comment.