Skip to content

Commit

Permalink
chore: fix macos build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell authored May 14, 2024
1 parent 25296ea commit 0e74802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
# macos-14 is the Apple Silicon M1 runner
platform: [ubuntu-20.04, windows-latest, 'macos-latest', 'macos-14']
platform: [ubuntu-20.04, windows-latest, 'macos-12', 'macos-14']
if: ${{ needs.create-release.outputs.release-published == 'true' }}

steps:
Expand Down

0 comments on commit 0e74802

Please sign in to comment.