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 1111jobs :
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
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ variables:
1212strategy :
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'
You can’t perform that action at this time.
0 commit comments