Skip to content

Commit 600cf43

Browse files
rffontenellebilelmoussaoui
authored andcommitted
Update runtime image to ubuntu-22.04
1 parent af550c9 commit 600cf43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

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

88
jobs:
99
codespell:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: codespell-project/actions-codespell@master

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Docker images
88
jobs:
99
build-images:
1010
name: Build & push Docker images
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)