Skip to content

Commit

Permalink
Merge pull request #6275 from bndtools/pkriens-patch-1
Browse files Browse the repository at this point in the history
Disable Windows for now
  • Loading branch information
pkriens committed Sep 17, 2024
2 parents 318805b + 6cbd2fc commit e5ecfe7
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 e5ecfe7

Please sign in to comment.