Skip to content

Commit ad7589a

Browse files
committed
ci: switch GHA workflows to Ubuntu 24.04 runner images
1 parent 62877e7 commit ad7589a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
node-version:
1010
- 16
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

+1-1
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
- name: Checkout
1010
uses: actions/checkout@v4

.github/workflows/node.js.yml

+1-1
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
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)