Skip to content

Commit 44e3440

Browse files
committed
Convert actions to Ubuntu 24.04
1 parent a3e53c4 commit 44e3440

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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: ["11.11.0"]
@@ -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: ["11.11.0"]

.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: ["11.11.0"]
1919
runs-on: ${{matrix.os}}

.github/workflows/compute-next-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
deploy:
3131
name: "Compute next version"
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
outputs:
3434
next_version: ${{ steps.compute_next_version.outputs.next_version }}
3535
steps:

.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: ["11.11.0"]
@@ -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: ["11.11.0"]
@@ -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: ["11.11.0"]
@@ -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: ["11.11.0"]
@@ -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: ["11.11.0"]

.github/workflows/release-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
jobs:
3131
determine_build_commit:
3232
name: "Determine commit from which to build"
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
outputs:
3535
build_commit: "${{ steps.get_commit.outputs.build_commit }}"
3636
steps:
@@ -118,7 +118,7 @@ jobs:
118118
node_version: "22.13.0"
119119
npm_version: "11.11.0"
120120
# When bumping OS version, the server will need to authorize the new default rsync args.
121-
os: "ubuntu-22.04"
121+
os: "ubuntu-24.04"
122122

123123
angular_config: "production"
124124
app_name: "scriptureforge"

.github/workflows/release-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
determine_build_commit:
2828
name: "Determine commit from which to build"
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
outputs:
3131
build_commit: "${{ steps.get_commit.outputs.build_commit }}"
3232
steps:
@@ -73,7 +73,7 @@ jobs:
7373
needs: determine_build_commit
7474
outputs:
7575
already_built: "${{ steps.check_if_already_built.outputs.already_built }}"
76-
runs-on: ubuntu-22.04
76+
runs-on: ubuntu-24.04
7777
steps:
7878
- name: Checkout repository
7979
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -139,7 +139,7 @@ jobs:
139139
node_version: "22.13.0"
140140
npm_version: "11.11.0"
141141
# When bumping OS version, the server will need to authorize the new default rsync args.
142-
os: "ubuntu-22.04"
142+
os: "ubuntu-24.04"
143143

144144
angular_config: "staging"
145145
app_name: "scriptureforge"

0 commit comments

Comments
 (0)