Skip to content

Commit

Permalink
Mac fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 28, 2024
1 parent f971da0 commit 4255b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [
ubuntu-latest,
macos-latest,
macos-13,
windows-latest
]
fail-fast: false
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
JRELEASER_DISCORD_WEBHOOK: ${{ secrets.JRELEASER_DISCORD_WEBHOOK }}
if: ${{ matrix.os == 'windows-2022' && github.ref == 'refs/heads/master' }}
if: ${{ matrix.os == 'windows-latest' && github.ref == 'refs/heads/master' }}

- name: Upload mac dist as an artifact
uses: actions/upload-artifact@v4
Expand Down
Binary file modified resources/bin/rakaly_mac
Binary file not shown.

0 comments on commit 4255b74

Please sign in to comment.