Skip to content

Commit

Permalink
#1077 Set up CI workflows
Browse files Browse the repository at this point in the history
run build on Windows also
  • Loading branch information
oliverlietz committed Aug 14, 2023
1 parent d0d5ded commit 1979a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [ "ubuntu-latest", "windows-latest" ]
strategy:
matrix:
java-version: [ 8 ]
Expand Down

0 comments on commit 1979a65

Please sign in to comment.