We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be11f7 commit f2920fdCopy full SHA for f2920fd
.github/workflows/cli-tests.yaml
@@ -135,7 +135,7 @@ jobs:
135
# 1. the oldest supported nix version (which is 2.9.0? But determinate-systems installer has 2.12.0)
136
# 2. nix 2.19.2: version before nix profile changes
137
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
138
- nix-version: ["2.12.0", "2.19.2", "2.20.1"]
+ nix-version: ["2.12.0", "2.19.2", "2.30.2"]
139
exclude:
140
# Only runs tests on macos if explicitly requested, or on a schedule
141
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
0 commit comments