Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed May 26, 2020
1 parent e88b4d4 commit 31d2348
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
os: [ubuntu-latest, windows-latest, macos-latest]
experimental: [false]
include:
os: [windows-latest, macos-latest]
experimental: true
- os: [windows-latest, macos-latest]
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down

0 comments on commit 31d2348

Please sign in to comment.