File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 # Environments in which to run, such as those used in development and production, or which are candidates to
1919 # move to.
20- os : ["ubuntu-22 .04"]
20+ os : ["ubuntu-24 .04"]
2121 dotnet_version : ["8.0.x"]
2222 node_version : ["22.13.0"]
2323 npm_version : ["10.9.2"]
@@ -133,7 +133,7 @@ jobs:
133133 name : " Production build and test"
134134 strategy :
135135 matrix :
136- os : ["ubuntu-22 .04"]
136+ os : ["ubuntu-24 .04"]
137137 dotnet_version : ["8.0.x"]
138138 node_version : ["22.13.0"]
139139 npm_version : ["10.9.2"]
Original file line number Diff line number Diff line change 1313 name : " Deploy Storybook to Chromatic"
1414 strategy :
1515 matrix :
16- os : ["ubuntu-22 .04"]
16+ os : ["ubuntu-24 .04"]
1717 node_version : ["22.13.0"]
1818 npm_version : ["10.9.2"]
1919 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 1616 name : " Prepare Realtime Server backend"
1717 strategy :
1818 matrix :
19- os : ["ubuntu-22 .04"]
19+ os : ["ubuntu-24 .04"]
2020 dotnet_version : ["8.0.x"]
2121 node_version : ["22.13.0"]
2222 npm_version : ["10.9.2"]
7878 needs : [prepare-realtimeserver-backend]
7979 strategy :
8080 matrix :
81- os : ["ubuntu-22 .04"]
81+ os : ["ubuntu-24 .04"]
8282 dotnet_version : ["8.0.x"]
8383 node_version : ["22.13.0"]
8484 npm_version : ["10.9.2"]
@@ -148,7 +148,7 @@ jobs:
148148 needs : [prepare-realtimeserver-backend]
149149 strategy :
150150 matrix :
151- os : ["ubuntu-22 .04"]
151+ os : ["ubuntu-24 .04"]
152152 dotnet_version : ["8.0.x"]
153153 node_version : ["22.13.0"]
154154 npm_version : ["10.9.2"]
@@ -230,7 +230,7 @@ jobs:
230230 needs : [prepare-realtimeserver-backend]
231231 strategy :
232232 matrix :
233- os : ["ubuntu-22 .04"]
233+ os : ["ubuntu-24 .04"]
234234 dotnet_version : ["8.0.x"]
235235 node_version : ["22.13.0"]
236236 npm_version : ["10.9.2"]
@@ -291,7 +291,7 @@ jobs:
291291 environment : " e2e_tests"
292292 strategy :
293293 matrix :
294- os : ["ubuntu-22 .04"]
294+ os : ["ubuntu-24 .04"]
295295 dotnet_version : ["8.0.x"]
296296 node_version : ["22.13.0"]
297297 npm_version : ["10.9.2"]
You can’t perform that action at this time.
0 commit comments