Skip to content

Commit

Permalink
Remove ubuntu from OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Dec 13, 2023
1 parent cb8e4f8 commit 902a097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
build:

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'macos-latest' }}
strategy:
fail-fast: false
matrix:
os: [
windows-latest,
ubuntu-latest,
macos-latest
]

Expand Down

0 comments on commit 902a097

Please sign in to comment.