Skip to content

Commit 1ff78aa

Browse files
authored
chore(deps): update dependency ubuntu to v24 (#1231)
1 parent e5b1690 commit 1ff78aa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
// umd tests need to lock this version
6767
'react-18',
6868
'react-dom-18',
69-
// see https://github.com/web-infra-dev/rslib/pull/992
69+
// Breaking change, see https://github.com/web-infra-dev/rslib/pull/992
7070
'@ast-grep/napi',
71-
// Temporary ignore
71+
// Temporarily ignore, see https://github.com/web-infra-dev/rslib/pull/1226
7272
'tinyglobby',
7373
],
7474
postUpdateOptions: ['pnpmDedupe'],

.github/workflows/benchmark.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212

1313
jobs:
1414
benchmark:
15-
# Only Ubuntu 20.04 and 22.04 are supported at the moment.
16-
# See https://github.com/CodSpeedHQ/action/blob/016456b513677f9d4a1c509c7f8a38d8dd55b2b0/.github/workflows/ci.yml#L19.
17-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1816
strategy:
1917
matrix:
2018
node-version: [20]

0 commit comments

Comments
 (0)