Skip to content

Commit

Permalink
Disable Ubuntu CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIOM committed Sep 20, 2021
1 parent bbab96a commit 080284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest,ubuntu-latest,windows-latest]
os: [macos-latest,windows-latest]
env:
RPROVIDER_LOG: rlog.txt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-latest,windows-latest]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 080284f

Please sign in to comment.