Skip to content

Commit

Permalink
Add metric for several MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored Apr 29, 2024
1 parent 8540306 commit 37c3753
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ on: [push]
# branches: [ "master" ]

jobs:
build-macOS-13:
runs-on: macos-13
build-macOS:
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down

0 comments on commit 37c3753

Please sign in to comment.