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 46ac8dd commit 7105e6cCopy full SHA for 7105e6c
.github/workflows/build-test-reusable.yml
@@ -55,7 +55,7 @@ on:
55
runner_version:
56
description: Runner label for version
57
type: string
58
- default: runner-0.0.22
+ default: runner-0.0.23
59
use_pyenv_python:
60
description: Use Python built with pyenv
61
type: boolean
.github/workflows/build-test.yml
@@ -109,7 +109,7 @@ jobs:
109
matrix:
110
python:
111
- "3.10"
112
- driver: ${{ fromJson((inputs.runner_label || '') == '' && '["rolling", "lts"]' || '["rolling"]') }}
+ driver: ${{ fromJson((inputs.runner_label || '') == '' && '["lts2"]' || '["rolling"]') }}
113
114
uses: ./.github/workflows/build-test-reusable.yml
115
with:
0 commit comments