Skip to content

Commit af8b01d

Browse files
authored
Use runner-0.0.21 (agama 1057.13) (#3105)
Fixes #3100.
1 parent 2592932 commit af8b01d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/auto-update-translator-cid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on:
1616
- max1100
1717
- rolling
18-
- runner-0.0.20
18+
- runner-0.0.21
1919
defaults:
2020
run:
2121
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"

.github/workflows/bandit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on:
1212
- max1100
1313
- rolling
14-
- runner-0.0.20
14+
- runner-0.0.21
1515
defaults:
1616
run:
1717
shell: bash

.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.20
58+
default: runner-0.0.21
5959
use_pyenv_python:
6060
description: Use Python built with pyenv
6161
type: boolean

.github/workflows/conda-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.20
58+
default: runner-0.0.21
5959
env_manager:
6060
description: Environment manager
6161
default: conda

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on:
2323
- max1100
2424
- rolling
25-
- runner-0.0.20
25+
- runner-0.0.21
2626
strategy:
2727
matrix:
2828
python:

.github/workflows/pip-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
3535
runs-on:
3636
- rolling
37-
- runner-0.0.20
37+
- runner-0.0.21
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)