Skip to content

Commit

Permalink
trying conditional continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Aug 1, 2024
1 parent c8bf06d commit 80f139a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/r-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest, macos-14, macos-14-arm64]
os: [ windows-latest, ubuntu-latest, macos-14]
experimental: [false]
include:
- os: macos-14-arm64
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 80f139a

Please sign in to comment.