Run test builds on Ubuntu and Windows

- Remove MacOS since the agents are current flaky
- Add Windows to a few more test pipelines
This commit is contained in:
Daz DeBoer 2021-10-21 12:08:17 -06:00
parent 39db90e99b
commit cba1833dde
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
6 changed files with 36 additions and 15 deletions

View file

@ -14,7 +14,7 @@ jobs:
gradle-execution:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
include:
- os: windows-latest
script-suffix: '.bat'
@ -44,7 +44,7 @@ jobs:
gradle-versions:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
include:
- os: windows-latest
script-suffix: '.bat'