Skip to content

Commit b02dd61

Browse files
committed
ci: switch GHA workflows from Ubuntu 22.04 to Ubuntu 24.04 runner
1 parent eafefd2 commit b02dd61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
node-version:
1010
- 20
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
name: Node.js package audit
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/docker.yml

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

55
jobs:
66
build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
steps:
99
# Checks-out the repository under $GITHUB_WORKSPACE.
1010
- uses: actions/checkout@v4

.github/workflows/node.js.yml

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

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88

99
strategy:
1010
fail-fast: false

0 commit comments

Comments
 (0)