Skip to content

Commit 8ee5f0f

Browse files
authored
chore(ci): Use self-hosted github runner for Ubunt;5Du tests_deployed workflow (#1816)
1 parent ead99d1 commit 8ee5f0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tox_verify.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,16 @@ jobs:
147147
run: uvx --with=tox-uv tox -e pytest
148148

149149
tests_deployed:
150-
name: Fill tests, deployed, ${{ matrix.os }}, ${{ matrix.python }}
150+
name: Fill tests, deployed, ${{ matrix.name }}, ${{ matrix.python }}
151151
runs-on: ${{ matrix.os }}
152152
strategy:
153153
matrix:
154154
include:
155-
- os: ubuntu-latest
155+
- os: [self-hosted-ghr, size-xl-x64]
156+
name: self-hosted-ghr-xl-x64
156157
python: "3.11"
157158
- os: macos-latest
159+
name: macos-latest
158160
python: "3.12"
159161
steps:
160162
- name: Checkout ethereum/execution-spec-tests

0 commit comments

Comments
 (0)