diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 0d57337c..34647395 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-latest, - macos-latest, + macos-13, windows-latest ] fail-fast: false @@ -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 diff --git a/resources/bin/rakaly_mac b/resources/bin/rakaly_mac index 0f7fa3d8..0a80a7b7 100755 Binary files a/resources/bin/rakaly_mac and b/resources/bin/rakaly_mac differ