Skip to content

Commit f7dab2d

Browse files
committed
Update ubuntu runner in workflows
1 parent e0869b1 commit f7dab2d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727

2828
strategy:
2929
fail-fast: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
node-version: [22.13.1]

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: End-to-end tests
22
on: [pull_request]
33
jobs:
44
cypress-run:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
88
node-version: [22.13.1]

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
88
node-version: [22.13.1]

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Compressed Size
22
on: [pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
88
node-version: [22.13.1]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
node-version: [22.13.1]

0 commit comments

Comments
 (0)