Skip to content

Commit

Permalink
Update java.yml
Browse files Browse the repository at this point in the history
Add windows to os matrix
  • Loading branch information
veganaize authored Oct 6, 2024
1 parent b1b1a55 commit 62219cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ on:

jobs:
build:

runs-on: ubuntu-20.04

#runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-20.04', 'windows-2019' ]
name: Java (${{ matrix.os }}) sample
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
Expand Down

0 comments on commit 62219cf

Please sign in to comment.