Skip to content

Commit

Permalink
Add macos-latest to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 10, 2022
1 parent 46661c2 commit a2ef71c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:

jobs:

mvn-test-ubuntu-x86:
mvn-test-x86:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, [self-hosted, macos, aarch64]]
java-version: ['8', '11']

steps:
Expand Down

0 comments on commit a2ef71c

Please sign in to comment.