Skip to content

Commit c501080

Browse files
committed
Update CI to rerun windows builds
1 parent b863e1a commit c501080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 21 # LTS
2626
- GA # General access
2727
include:
28-
- os-name: ubuntu-latest
28+
- os-name: windows-latest
2929
java-version: GA
3030
- os-name: macos-latest
3131
java-version: GA
@@ -58,7 +58,7 @@ jobs:
5858
path:
5959
~/.m2
6060
key: build-${{ env.cache-name }}
61-
61+
6262
- name: Compile and run tests
6363
shell: bash
6464
run: ./mvnw -B -U clean verify

0 commit comments

Comments
 (0)