Skip to content

Commit

Permalink
fixed/float build matrix for OSX and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 15, 2020
1 parent ec1fcab commit c75458f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: 'macos-latest'
strategy:
fail-fast: true
matrix:
type: ['floating','fixed']
env:
BUILD_TYPE: ${{ matrix.type }}

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: 'windows-latest'
strategy:
fail-fast: true
matrix:
type: ['floating','fixed']
env:
BUILD_TYPE: ${{ matrix.type }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c75458f

Please sign in to comment.