Skip to content

Commit ea95774

Browse files
committed
Convert actions to Ubuntu 24.04
1 parent eda080f commit ea95774

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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"]

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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}}

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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"]
@@ -78,7 +78,7 @@ jobs:
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"]

0 commit comments

Comments
 (0)