Skip to content

Commit

Permalink
Disable Windows for now
Browse files Browse the repository at this point in the history
There are suddenly problems with Gradle runner with the test exists on Windows.

Disabling windows for now.

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens authored Sep 17, 2024
1 parent 318805b commit 6cbd2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cbd2fc

Please sign in to comment.