Skip to content

Commit 08fbb90

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 72681cd commit 08fbb90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

55
jobs:
66
test_on_node_versions:
7-
runs-on: 'ubuntu-22.04'
7+
runs-on: 'ubuntu-24.04'
88
strategy:
99
matrix:
1010
node-version: [18.x, 20.x]

.github/workflows/docker-image.yml

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

1212
jobs:
1313
docker_publish:
14-
runs-on: 'ubuntu-22.04'
14+
runs-on: 'ubuntu-24.04'
1515
permissions:
1616
contents: read
1717
packages: write

0 commit comments

Comments
 (0)