Skip to content

Commit 72cfdea

Browse files
committed
[INTERNAL] CI: Use ubuntu-24.04
1 parent 8a7623a commit 72cfdea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: General checks, tests and coverage reporting
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616

1717
- uses: actions/checkout@v4

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ variables:
1212
strategy:
1313
matrix:
1414
linux_node_lts_20_min_version:
15-
imageName: 'ubuntu-22.04'
15+
imageName: 'ubuntu-24.04'
1616
node_version: 20.11.0
1717
linux_node_22_min_version:
18-
imageName: 'ubuntu-22.04'
18+
imageName: 'ubuntu-24.04'
1919
node_version: 22.1.0
2020
linux_node_lts_20:
21-
imageName: 'ubuntu-22.04'
21+
imageName: 'ubuntu-24.04'
2222
node_version: 20.x
2323
mac_node_lts_20:
2424
imageName: 'macos-13'
@@ -27,7 +27,7 @@ strategy:
2727
imageName: 'windows-2022'
2828
node_version: 20.x
2929
linux_node_22:
30-
imageName: 'ubuntu-22.04'
30+
imageName: 'ubuntu-24.04'
3131
node_version: 22.x
3232
mac_node_22:
3333
imageName: 'macos-13'

0 commit comments

Comments
 (0)