Skip to content

Commit

Permalink
Attempt with macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 13, 2024
1 parent 0db3854 commit 7b8f638
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: # 'macos-12' is x86, 'macos-14' is arm64
os: ['ubuntu-22.04', 'macos-12', 'macos-14', 'windows-2022']
matrix: # 'macos-13' is x86, 'macos-14' is arm64
os: ['ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022']
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7b8f638

Please sign in to comment.