Skip to content

Commit

Permalink
fix macos builder java
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Jul 13, 2024
1 parent b189690 commit 13f0fd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
x86_64,
arm64,
]
exclude:
- list: { os_ver: 14, java: 11 }
arch: x86_64

runs-on: macos-${{ matrix.list.os_ver }}

Expand Down

0 comments on commit 13f0fd0

Please sign in to comment.