Skip to content

Commit 13ac01b

Browse files
chore: update dependency ubuntu to v24 (#4175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 235097c commit 13ac01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
codeQuality:
4141
name: Code quality
4242
needs: [build]
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444
steps:
4545
- uses: actions/checkout@v4
4646

@@ -60,7 +60,7 @@ jobs:
6060

6161
nodeJsBaselineAptCompatibility:
6262
name: NodeJS installed from stock Ubuntu-LTS packages (not external sources)
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464
container:
6565
image: 'ubuntu:24.04'
6666
steps:

0 commit comments

Comments
 (0)