cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
520 stars 80 forks source link

Run on specific runner versions? #169

Open l0b0 opened 1 year ago

l0b0 commented 1 year ago

I've run into problems in other repos using the "ubuntu-latest"/"macos-latest" runners, since that changes whenever GitHub bumps the latest. Would it be OK to instead test on the last one or two releases, that is, "ubuntu-22.04"/"ubuntu-20.04" and "macos-12"/"macos-11"? That way there's no surprise CI breakage because of a changing runner.