Skip to content

Commit

Permalink
enhance CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang authored and hengyunabc committed Feb 25, 2024
1 parent 8b11cd5 commit d34f29f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
run: mvn clean install -P full

macos_build:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [8, 11]
os:
- macos-latest
- macos-14
steps:
- uses: actions/checkout@v3
- name: Setup java
Expand Down

0 comments on commit d34f29f

Please sign in to comment.