Skip to content

Commit

Permalink
remove os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jul 7, 2023
1 parent a008cca commit 5266223
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/checkout-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: checkout-and-build

jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 5266223

Please sign in to comment.