julia
julia copied to clipboard
Bump julia-actions/setup-julia from 1.6.1 to 1.8.2
Bumps julia-actions/setup-julia from 1.6.1 to 1.8.2.
Release notes
Sourced from julia-actions/setup-julia's releases.
v1.8.1: Use tarballs on macOS when available
What's Changed
- On macOS, first try to find a tarball (
.tar.gz) file, but fall back to.dmgif we can't find a tarball by@DilumAluthgein julia-actions/setup-julia#117Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.8.1...v1.8.2
v1.8.1: Bug fix for issue with default arch & nightly Julia
What's Changed
- Fix the "default arch" code path with Julia nightly (and add a CI job for that code path) by
@DilumAluthgein julia-actions/setup-julia#115Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.8.0...v1.8.1
v1.8.0: Improvements and bug fixes to
archinputWhat's Changed
- In the
archinput, allowARM64as a synonym foraarch64by@DilumAluthgein julia-actions/setup-julia#110- In the
archinput, allowX64andX86as synonyms forx64andx86, respectively by@DilumAluthgein julia-actions/setup-julia#108- Document the architecture synonyms by
@DilumAluthgein julia-actions/setup-julia#113- If the user does not specify the
archinput, default to${{ runner.arch }}(instead of defaulting tox64) by@DilumAluthgein julia-actions/setup-julia#114New Contributors
@DilumAluthgemade their first contribution in julia-actions/setup-julia#110Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.7.1...v1.8.0
v1.7.1: Update default runtime to node16
EOL was almost a month ago. Woops.
I don't care about people using an old version of GitHub Enterprise, so I'm not going to annoy every single user of this action with a breaking update like GH did with their core actions. If you're a user of GHE: consider this a breaking update.
v1.7.0: Add support for aarch64
Setting the
archinput toaarch64will installaarch64binaries, intended to be used on aarch64-based self-hosted runners.Please note that we currently don't run test builds on that architecture, so we cannot guarantee that the input won't break randomly, although there is no reason why it would.
In a future update, we may choose a default architecture based on the arch of the runner.
Thanks to
@giordanofor providing a self-hosted runner for testing.
Commits
19bd4dbAdd production dependencies & build87fafccBump version57ce80emacOS: Default to tarball (.tar.gz) if available (#117)ffea8bbBump version3a89763Fix the "default arch" code path with Julia nightly (and add a CI job for tha...40f50bcBump version8474f0eDefault to${{ runner.arch }}instead of tox64(#114)76f26cbDocument the architecture synonyms (#113)40ab89aAllowX64andX86as synonyms forx64andx86, respectively (#108)631e68dAllowARM64as a synonym foraarch64(#110)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)