Skip to content

Commit

Permalink
Disable tests on macOS
Browse files Browse the repository at this point in the history
Closes redhat-developer#112

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Sep 30, 2022
1 parent 605d062 commit 69b97f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
include:
- os: macos-latest
label: 'darwin'
- os: ubuntu-latest
label: 'linux'
steps:
Expand Down

0 comments on commit 69b97f1

Please sign in to comment.