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 7547c5f commit af51c10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ jobs:
matrix:
os: [ macOS-13 ]
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 af51c10

Please sign in to comment.