Skip to content

Commit

Permalink
Test more MacOS api
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 29, 2024
1 parent 57f2dcf commit d881d35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
api: [ 25 ]
abi: [ x86 ]
java_version: [ 17 ]
include:
- os: macOS-13
api: 28
abi: x86_64
java_version: 17
- os: macOS-13
api: 34
abi: x86_64
java_version: 17
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
Expand Down

0 comments on commit d881d35

Please sign in to comment.