We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6c53a commit 59cc8bbCopy full SHA for 59cc8bb
.github/workflows/build.yaml
@@ -82,7 +82,7 @@ jobs:
82
with:
83
nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }}
84
# Encode the `runs-on` input as JSON array
85
- runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
+ runs-on: '["ubuntu-latest", "macos-latest"]'
86
87
# Run integration-tests automatically after a snapshot or RC is published
88
integration-test:
0 commit comments