Skip to content

Commit

Permalink
BUILD ignore CI build failures on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed May 27, 2022
1 parent e977c34 commit 6529867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'macos-latest' }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 # v1
Expand Down

0 comments on commit 6529867

Please sign in to comment.