Skip to content

Commit bc8bbb6

Browse files
authored
ci(v7): Bump to ubuntu-24.04 (#17083)
ubuntu-20.04 is no longer working, so CI is no longer working and nothing can be merged in v7 :O Changes required to make this work: * Skip all playwright tests on CI :( We need to manually test changes locally instead. Playwright in this version simply does not like ubuntu-24.04 * Skip mongoose/mongodb tests because they somehow also fail * Stop compiling node profiling binaries - we vendor them in instead * Size limit action fails because the comparison artifacts have expired 😅
1 parent 7977442 commit bc8bbb6

File tree

57 files changed

+161
-637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+161
-637
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# This workflow tirggers a release when merging a branch with the pattern `prepare-release/VERSION` into master.
1010
jobs:
1111
release:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
name: 'Prepare a new version'
1414

1515
steps:

0 commit comments

Comments
 (0)