Skip to content

Commit

Permalink
Continue CI even if macOS fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jul 26, 2023
1 parent 4b2b905 commit 81db6cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
build-and-test:
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }}
runs-on: ${{ matrix.os }}
continue-on-error: true # as macos is always failing...
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [v23.06]
python_version: ['3.8']

Expand Down Expand Up @@ -176,3 +177,4 @@ jobs:
files: |
artifacts/CosseratPlugin_*_Linux.zip
artifacts/CosseratPlugin_*_Windows.zip
artifacts/CosseratPlugin_*_macOS.zip

0 comments on commit 81db6cf

Please sign in to comment.