File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments