Skip to content

Commit

Permalink
fixup! fixup! Experiment new macOs runners
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jan 4, 2024
1 parent 3da4e29 commit 24140a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24140a6

Please sign in to comment.