diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 9a21b6d665..175645a2f0 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -54,9 +54,9 @@ jobs: runner: '{0}' # 'xvfb-run --auto-servernum {0}' canonical: ${{ (github.repository == 'bndtools/bnd') && ((github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/next')) && (github.event_name != 'pull_request') }} fetch-depth: '0' -# - os: 'windows-latest' -# java: '17' -# runner: '{0}' + - os: 'windows-latest' + java: '17' + runner: '{0}' name: Build JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: