Skip to content

Commit

Permalink
Add additional build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 5, 2024
1 parent 3410841 commit eb42bd4
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 @@ -44,7 +44,7 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-14,macos-11,ubuntu-20.04,windows-2019]
os: [macos-14,macos-11,ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Set up JDK 17
Expand Down

0 comments on commit eb42bd4

Please sign in to comment.