diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0507f6..cb3f587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,12 +32,7 @@ jobs: components: "native-image" cache: "sbt" - if: ${{ matrix.os == 'macos-latest-xlarge' }} - run: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-apple-darwin.gz | \ - gzip -d > cs && \ - chmod +x cs && \ - (xattr -d com.apple.quarantine cs || true) && \ - ./cs setup -y && \ - echo "~/Library/Application Support/Coursier/bin" >> $GITHUB_PATH + run: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup -y && echo "~/Library/Application Support/Coursier/bin" >> $GITHUB_PATH - run: sbt test graalvm-native-image:packageBin - uses: actions/upload-artifact@v4 with: