mirror of
https://github.com/gradle/actions.git
synced 2026-06-14 07:30:41 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user