Skip to content

Releases: julia-actions/setup-julia

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

05 Jan 18:36
a1561e9

Choose a tag to compare

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

New Contributors

Full Changelog: v1.9.3...v1.9.5

v1.9.4: Fix broken release v1.9.3

21 Nov 17:23

Choose a tag to compare

This just fixes a broken release v1.9.3 where not all release steps were followed properly.
See https://github.com/julia-actions/setup-julia/releases/tag/v1.9.3 for changes.

v1.9.3: Faster windows install. Dependency updates

21 Nov 16:22
a86c40a

Choose a tag to compare

What's Changed

Dependency and CI updates

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2: Dependency updates

09 Feb 23:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1: Fix arch mapping on Apple M1

09 Feb 11:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0: Add `include-all-prereleases` input

12 Dec 10:49

Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.9.0

v1.8.3: Update dependencies and remove deprecation warnings

13 Oct 13:50

Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2: Use tarballs on macOS when available

10 Aug 13:03

Choose a tag to compare

What's Changed

  • On macOS, first try to find a tarball (.tar.gz) file, but fall back to .dmg if we can't find a tarball by @DilumAluthge in #117

Full Changelog: v1.8.1...v1.8.2

v1.8.1: Bug fix for issue with default arch & nightly Julia

25 Jun 07:30

Choose a tag to compare

What's Changed

  • Fix the "default arch" code path with Julia nightly (and add a CI job for that code path) by @DilumAluthge in #115

Full Changelog: v1.8.0...v1.8.1

v1.8.0: Improvements and bug fixes to `arch` input

24 Jun 12:56

Choose a tag to compare

What's Changed

  • In the arch input, allow ARM64 as a synonym for aarch64 by @DilumAluthge in #110
  • In the arch input, allow X64 and X86 as synonyms for x64 and x86, respectively by @DilumAluthge in #108
  • Document the architecture synonyms by @DilumAluthge in #113
  • If the user does not specify the arch input, default to ${{ runner.arch }} (instead of defaulting to x64) by @DilumAluthge in #114

New Contributors

Full Changelog: v1.7.1...v1.8.0