Skip to content

Commit

Permalink
Update gradle.yml to only build on all platform
Browse files Browse the repository at this point in the history
Rest build on `ubuntu-latest`
  • Loading branch information
yadobler authored Sep 10, 2024
1 parent 0f713ae commit 0c55554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: read
Expand All @@ -63,7 +63,7 @@ jobs:
checkStyle:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: read
Expand All @@ -85,7 +85,7 @@ jobs:
generateJarFile:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: read
Expand All @@ -106,7 +106,7 @@ jobs:
dependency-submission:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: write
Expand Down

0 comments on commit 0c55554

Please sign in to comment.