Skip to content

Commit 1d161f4

Browse files
authored
Merge pull request #7239 from StoDevX/renovate/ubuntu-24.x
Update dependency ubuntu to v24
2 parents 4e173c8 + 2c5f2f1 commit 1d161f4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
js:
1111
name: JavaScript Checks
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
@@ -31,7 +31,7 @@ jobs:
3131

3232
android:
3333
name: Build for Android
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3737
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4

.github/workflows/check.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
cache-npm-linux:
2121
name: Cache npm for Linux
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
outputs:
2424
cache-key: ${{ steps.node-cache.outputs.cache-primary-key }}
2525
steps:
@@ -151,7 +151,7 @@ jobs:
151151
prettier:
152152
name: Prettier
153153
needs: [cache-npm-linux]
154-
runs-on: ubuntu-22.04
154+
runs-on: ubuntu-24.04
155155
steps:
156156
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
157157

@@ -174,7 +174,7 @@ jobs:
174174
eslint:
175175
name: ESLint
176176
needs: [cache-npm-linux]
177-
runs-on: ubuntu-22.04
177+
runs-on: ubuntu-24.04
178178
steps:
179179
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180180

@@ -197,7 +197,7 @@ jobs:
197197
jest:
198198
name: Jest
199199
needs: [cache-npm-linux]
200-
runs-on: ubuntu-22.04
200+
runs-on: ubuntu-24.04
201201
steps:
202202
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
203203

@@ -224,7 +224,7 @@ jobs:
224224
tsc:
225225
name: TypeScript
226226
needs: [cache-npm-linux]
227-
runs-on: ubuntu-22.04
227+
runs-on: ubuntu-24.04
228228
steps:
229229
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
230230

@@ -247,7 +247,7 @@ jobs:
247247
data:
248248
name: Data
249249
needs: [cache-npm-linux]
250-
runs-on: ubuntu-22.04
250+
runs-on: ubuntu-24.04
251251
steps:
252252
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
253253

@@ -324,7 +324,7 @@ jobs:
324324
android-bundle:
325325
name: Android Bundle
326326
needs: [cache-npm-linux]
327-
runs-on: ubuntu-22.04
327+
runs-on: ubuntu-24.04
328328
outputs:
329329
cache-key: ${{ steps.jsbundle-cache.outputs.cache-primary-key }}
330330
steps:
@@ -370,7 +370,7 @@ jobs:
370370
android:
371371
name: Build for Android
372372
needs: [jest, eslint, android-bundle, cache-npm-linux]
373-
runs-on: ubuntu-22.04
373+
runs-on: ubuntu-24.04
374374
steps:
375375
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
376376

0 commit comments

Comments
 (0)