diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e9c52a05d72..5fde2a08513 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -82,7 +82,7 @@ jobs: with: nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }} # Encode the `runs-on` input as JSON array - runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]' + runs-on: '["ubuntu-latest", "macos-latest"]' # Run integration-tests automatically after a snapshot or RC is published integration-test: