Skip to content

Commit

Permalink
feat: added MacOS x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Aug 9, 2024
1 parent 76cb91c commit 6acee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest, macos-latest-large]

runs-on: ${{ matrix.os }}
needs: [set-new-version, create-release]
Expand Down

0 comments on commit 6acee50

Please sign in to comment.