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

Commit 3b03ffe

Browse files
feat(ci-update): Update Ubuntu tag in CI pipelines to latest (#43)
* update ubuntu tags for different actions * remove unneeded requirements.txt file * update tag in containers/Dockerfile
1 parent c6c8026 commit 3b03ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
default: "MAJOR.MINOR.PATCH"
1818
jobs:
1919
build:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
permissions:
2222
contents: write
2323
steps:

.github/workflows/semantic_pull_request.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/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)