File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
install :
10
10
timeout-minutes : 30
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
env :
13
13
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
14
14
TURBO_TEAM : ${{ vars.TURBO_TEAM }}
70
70
playwright-ct-test :
71
71
timeout-minutes : 30
72
72
needs : [install]
73
- runs-on : ubuntu-latest
73
+ runs-on : ubuntu-22.04
74
74
env :
75
75
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
76
76
TURBO_TEAM : ${{ vars.TURBO_TEAM }}
@@ -162,7 +162,7 @@ jobs:
162
162
merge-reports :
163
163
if : always()
164
164
needs : [playwright-ct-test]
165
- runs-on : ubuntu-latest
165
+ runs-on : ubuntu-22.04
166
166
steps :
167
167
- uses : actions/checkout@v4
168
168
- uses : actions/setup-node@v4
@@ -245,7 +245,7 @@ jobs:
245
245
actions : write # needed to delete the cache
246
246
timeout-minutes : 30
247
247
name : Cleanup (${{ matrix.project }})
248
- runs-on : ubuntu-latest
248
+ runs-on : ubuntu-22.04
249
249
needs : [playwright-ct-test]
250
250
251
251
strategy :
You can’t perform that action at this time.
0 commit comments