Skip to content

Commit

Permalink
runner-0.0.20: DLE instead of PTDB
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Nov 12, 2024
1 parent e8b34a0 commit 7a36b07
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.19
- runner-0.0.20
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.19
- runner-0.0.20
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.19
default: runner-0.0.20

permissions: read-all

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.19
default: runner-0.0.20
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 @@ -16,7 +16,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.19
- runner-0.0.20
strategy:
matrix:
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-basekit-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on:
- max1100
- rolling
- runner-0.0.19
- runner-0.0.20
strategy:
matrix:
python: ${{ github.ref_name == 'main' && fromJson('["3.9", "3.10", "3.11"]') || fromJson('["3.9"]') }}
Expand Down

0 comments on commit 7a36b07

Please sign in to comment.