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 026caab commit 7e9d734Copy full SHA for 7e9d734
.github/workflows/cli-tests.yaml
@@ -132,7 +132,7 @@ jobs:
132
# 1. the oldest supported nix version (which is 2.9.0? But determinate-systems installer has 2.12.0)
133
# 2. nix 2.19.2: version before nix profile changes
134
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
135
- nix-version: ["2.12.0", "2.19.2", "2.20.1"]
+ nix-version: ["2.12.0", "2.19.2", "2.30.2"]
136
exclude:
137
# Only runs tests on macos if explicitly requested, or on a schedule
138
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
0 commit comments