Skip to content

Commit

Permalink
Add cross OS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jul 29, 2024
1 parent b1290ce commit 2ac7d76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:

java_21:

name: Java 21
runs-on: ubuntu-latest
name: Java 21 (${{ matrix.os }})
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2ac7d76

Please sign in to comment.