Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbashir committed Jun 16, 2024
1 parent ed877e5 commit ff20750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
gradle-build:
strategy:
matrix:
os: [ ubuntu-latest, macos-11, windows-latest ]
os: [ ubuntu-latest ]
jdk: [ 21 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
gradle-build:
strategy:
matrix:
os: [ ubuntu-latest, macos-11, windows-latest ]
os: [ ubuntu-latest ]
jdk: [ 21 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
gradle-build:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 21 ]
jdk: [ 21 ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
gradle-publish:
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 21 ]
jdk: [ 21 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ff20750

Please sign in to comment.