Skip to content

Commit 7105e6c

Browse files
committed
try to run on lts2
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 46ac8dd commit 7105e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
runner_version:
5656
description: Runner label for version
5757
type: string
58-
default: runner-0.0.22
58+
default: runner-0.0.23
5959
use_pyenv_python:
6060
description: Use Python built with pyenv
6161
type: boolean

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
matrix:
110110
python:
111111
- "3.10"
112-
driver: ${{ fromJson((inputs.runner_label || '') == '' && '["rolling", "lts"]' || '["rolling"]') }}
112+
driver: ${{ fromJson((inputs.runner_label || '') == '' && '["lts2"]' || '["rolling"]') }}
113113

114114
uses: ./.github/workflows/build-test-reusable.yml
115115
with:

0 commit comments

Comments
 (0)