Skip to content

Commit 57c53cd

Browse files
committed
remove references to long deprecated self hosted runners
1 parent 3aec601 commit 57c53cd

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,8 @@ jobs:
7070
- "test-unit-fuzz"
7171
- "test-forge-cover"
7272
- "test-forge-fuzz"
73-
os:
74-
- ubuntu-24.04-beacon-kit
7573
name: ${{ matrix.args }}
76-
runs-on:
77-
labels: ${{ matrix.os }}
74+
runs-on: ubuntu-latest
7875
steps:
7976
- name: Checkout
8077
uses: actions/checkout@v3
@@ -128,11 +125,8 @@ jobs:
128125
matrix:
129126
args:
130127
- "test-e2e"
131-
os:
132-
- ubuntu-24.04-e2e
133128
name: ${{ matrix.args }}
134-
runs-on:
135-
labels: ${{ matrix.os }}
129+
runs-on: ubuntu-latest
136130
steps:
137131
- name: Checkout
138132
uses: actions/checkout@v3
@@ -185,8 +179,7 @@ jobs:
185179
# -------------------------------------------------------------------------- #
186180

187181
build-and-push-container:
188-
runs-on:
189-
labels: ubuntu-24.04-beacon-kit
182+
runs-on: ubuntu-latest
190183
permissions:
191184
id-token: write
192185
contents: read

0 commit comments

Comments
 (0)