File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ jobs:
236
236
DD_GITHUB_JOB_NAME : ${{ matrix.full_name }}
237
237
run : |
238
238
cd src/ci
239
+ echo "npm version:"
240
+ npm version
239
241
npm ci
240
242
python3 scripts/upload-build-metrics.py ../../build/cpu-usage.csv
241
243
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ runners:
12
12
13
13
# Large runner used mainly for its bigger disk capacity
14
14
- &job-linux-4c-largedisk
15
- os : ubuntu-22 .04-4core-16gb
15
+ os : ubuntu-24 .04-4core-16gb
16
16
<< : *base-job
17
17
18
18
- &job-linux-8c
19
- os : ubuntu-22 .04-8core-32gb
19
+ os : ubuntu-24 .04-8core-32gb
20
20
<< : *base-job
21
21
22
22
- &job-linux-16c
23
- os : ubuntu-22 .04-16core-64gb
23
+ os : ubuntu-24 .04-16core-64gb
24
24
<< : *base-job
25
25
26
26
- &job-macos-xl
@@ -53,7 +53,7 @@ runners:
53
53
os : ubuntu-24.04-arm
54
54
55
55
- &job-aarch64-linux-8c
56
- os : ubuntu-22 .04-arm64-8core-32gb
56
+ os : ubuntu-24 .04-arm64-8core-32gb
57
57
envs :
58
58
env-x86_64-apple-tests : &env-x86_64-apple-tests
59
59
SCRIPT : ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
You can’t perform that action at this time.
0 commit comments