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

Commit 5254cdc

Browse files
update ubuntu tag in ci from 20.04 ro latest
1 parent 5d89431 commit 5254cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:

0 commit comments

Comments
 (0)