Skip to content

Commit

Permalink
fix: native build
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Dec 6, 2024
1 parent 1e22bcc commit c191d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1 # otherwise the release upload will fail
matrix:
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
os: [ macos-14 ] # ubuntu-latest, windows-latest, macos-13,

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c191d13

Please sign in to comment.