File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
test :
13
13
name : General checks, tests and coverage reporting
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
17
17
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ variables:
12
12
strategy :
13
13
matrix :
14
14
linux_node_lts_20_min_version :
15
- imageName : ' ubuntu-22 .04'
15
+ imageName : ' ubuntu-24 .04'
16
16
node_version : 20.11.0
17
17
linux_node_22_min_version :
18
- imageName : ' ubuntu-22 .04'
18
+ imageName : ' ubuntu-24 .04'
19
19
node_version : 22.1.0
20
20
linux_node_lts_20 :
21
- imageName : ' ubuntu-22 .04'
21
+ imageName : ' ubuntu-24 .04'
22
22
node_version : 20.x
23
23
mac_node_lts_20 :
24
24
imageName : ' macos-13'
@@ -27,7 +27,7 @@ strategy:
27
27
imageName : ' windows-2022'
28
28
node_version : 20.x
29
29
linux_node_22 :
30
- imageName : ' ubuntu-22 .04'
30
+ imageName : ' ubuntu-24 .04'
31
31
node_version : 22.x
32
32
mac_node_22 :
33
33
imageName : ' macos-13'
You can’t perform that action at this time.
0 commit comments