Skip to content

Commit

Permalink
Test on more OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 2, 2024
1 parent 846a1b1 commit 9f2fa47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ jobs:
needs: build-distribution
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
with:
runner-os: '["ubuntu-latest"]'
runner-os: '["ubuntu-latest", "ubuntu-20.04", "windows-latest", "windows-2019", "macos-latest"]'
download-dist: true
2 changes: 1 addition & 1 deletion .github/workflows/integ-test-detect-java-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
runner-os:
type: string
default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
default: '["ubuntu-20.04", "windows-latest", "macos-latest"]'
download-dist:
type: boolean
default: false
Expand Down

0 comments on commit 9f2fa47

Please sign in to comment.