Skip to content

Commit

Permalink
fix macos support
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent 05ac372 commit 198b247
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,19 @@ jobs:

strategy:
matrix:
os: ['ubuntu-latest', 'ubuntu-22.04-arm64', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'ubuntu-22.04-arm64', 'macos-13', 'macos-latest', 'windows-latest']
include:
- os: 'ubuntu-latest'
label: 'linux-amd64'
exe: ""
- os: 'ubuntu-22.04-arm64'
label: 'linux-arm64'
exe: ""
- os: 'macos-13'
label: 'mac-intel'
exe: ""
- os: 'macos-latest'
label: 'mac'
label: 'mac-arm'
exe: ""
- os: 'windows-latest'
label: 'windows'
Expand Down

0 comments on commit 198b247

Please sign in to comment.