diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae6215c..cdf26a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: include: - os: ubuntu-latest platform: linux-x64 - - os: macos-latest + - os: macos-14 platform: macos-arm64 runs-on: ${{ matrix.os }} @@ -32,10 +32,10 @@ jobs: uses: gradle/actions/setup-gradle@v3 - name: Build project - run: ./gradlew build + run: gradle build - name: Build native binary - run: ./gradlew nativeCompile + run: gradle nativeCompile - name: Rename binary for platform run: |