Skip to content

Commit

Permalink
'macos-12' and 'macos-14'
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 13, 2024
1 parent 490597a commit 0db3854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.base.repo.clone_url != github.event.pull_request.head.repo.clone_url
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-14', 'windows-2022']
matrix: # 'macos-12' is x86, 'macos-14' is arm64
os: ['ubuntu-22.04', 'macos-12', 'macos-14', 'windows-2022']
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0db3854

Please sign in to comment.