Skip to content

Commit daaf8f7

Browse files
committed
[Build] remove old ubuntu version
Remove old ubuntu version in git action. Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
1 parent 3663e12 commit daaf8f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ubuntu_clang_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
BUILD_DIR: build
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-20.04, ubuntu-22.04 ]
14+
os: [ ubuntu-22.04 ]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/ubuntu_gcc_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
BUILD_DIR: build
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-20.04, ubuntu-22.04 ]
14+
os: [ ubuntu-22.04 ]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)