Skip to content

Commit

Permalink
Use runner-0.0.21 (agama 1057.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Jan 7, 2025
1 parent b59bb9a commit a96bfce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-translator-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.20
- runner-0.0.21
defaults:
run:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bandit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.20
- runner-0.0.21
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
runner_version:
description: Runner label for version
type: string
default: runner-0.0.20
default: runner-0.0.21
use_pyenv_python:
description: Use Python built with pyenv
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
runner_version:
description: Runner label for version
type: string
default: runner-0.0.20
default: runner-0.0.21
env_manager:
description: Environment manager
default: conda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.20
- runner-0.0.21
strategy:
matrix:
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
runs-on:
- rolling
- runner-0.0.20
- runner-0.0.21
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a96bfce

Please sign in to comment.