Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit c9427b2

Browse files
feat(ci-update): Update Ubuntu tag in CI pipelines to latest (#238)
* update ubuntu tag in ci from 20.04 ro latest * update tag in containers/dev/Dockerfile
1 parent 5d89431 commit c9427b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dev_docker_image.yaml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3

.github/workflows/release.yaml

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

1919
jobs:
2020
build:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
permissions:
2323
contents: write
2424
steps:

.github/workflows/semantic_pr_title.yaml

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

77
jobs:
88
semantic_pull_request:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
permissions:
1111
pull-requests: read
1212
steps:

containers/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:latest
22

33
ARG USERNAME=dev_user
44
ARG USER_UID=1000

0 commit comments

Comments
 (0)