File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525jobs :
2626 accessibility :
2727 name : Accessibility
28+ timeout-minutes : 10
2829 runs-on :
2930 labels :
3031 - runs-on
5152 run : bundle exec rake test:accessibility
5253 components :
5354 name : Components (${{ matrix.label }})
54- runs-on :
55- labels :
56- - runs-on
57- - runner=16cpu-linux-x64
58- - run-id=${{ github.run_id }}
55+ runs-on : ubuntu-latest
5956 strategy :
6057 fail-fast : false
6158 matrix :
8986 RAILS_VERSION : ${{ matrix.rails_version }}
9087 lib :
9188 name : Lib (${{ matrix.label }})
92- runs-on :
93- labels :
94- - runs-on
95- - runner=16cpu-linux-x64
96- - run-id=${{ github.run_id }}
89+ runs-on : ubuntu-latest
9790 strategy :
9891 fail-fast : false
9992 matrix :
@@ -279,11 +272,7 @@ jobs:
279272 run : exit 1
280273 selectors :
281274 name : CSS coverage
282- runs-on :
283- labels :
284- - runs-on
285- - runner=16cpu-linux-x64
286- - run-id=${{ github.run_id }}
275+ runs-on : ubuntu-latest
287276 steps :
288277 - name : Checkout
289278 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments