Skip to content

Commit

Permalink
ci: Revert build with windows-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Apr 26, 2024
1 parent 6ab3d3e commit f71374e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand All @@ -24,7 +21,7 @@ jobs:
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: ./mvnw -B verify -P checks -P run-its
run: ./mvnw -B verify -P checks,run-its

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit f71374e

Please sign in to comment.