Skip to content

Commit 46a60da

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 46a60da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ubuntu_clang_native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Native build in Ubuntu 20.04/22.04 with Clang 17
1+
name: Native build in Ubuntu 22.04 with Clang 17
22

33
on:
44
pull_request:
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Native build in Ubuntu 20.04/22.04 with GCC-13
1+
name: Native build in Ubuntu 22.04 with GCC-13
22

33
on:
44
pull_request:
@@ -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)