Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graalvm/setup-graalvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Choose a base ref
...
head repository: graalvm/setup-graalvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.5
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 15, 2026

  1. Add Visual Studio 2026 to known installations

    The `windows-latest` GitHub Actions runner now resolves to
    `windows-2025-vs2026` which ships with Visual Studio 2026.
    Add the VS2026 Enterprise installation path so that
    `findVcvarsallPath()` can locate `vcvarsall.bat` on this image.
    
    Fixes #218
    gastaldi authored and fniephaus committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    e1d3380 View commit details
    Browse the repository at this point in the history
  2. Fix VS 2026 installation path to use internal version number

    Visual Studio 2026 is installed under \18\ (its internal version),
    not \2026\, on GitHub Actions runner images.
    gastaldi authored and fniephaus committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    44ffb1c View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.5.5.

    fniephaus committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    809afe6 View commit details
    Browse the repository at this point in the history
Loading