From c1fb0316b5ccf17918bda1435f8fb64d7a4f7c1f Mon Sep 17 00:00:00 2001 From: Jaeyun Jung Date: Tue, 1 Jul 2025 17:52:40 +0900 Subject: [PATCH] [Build] remove old ubuntu version Remove old ubuntu version in git action. Signed-off-by: Jaeyun Jung --- .github/workflows/ubuntu_clang_native.yml | 4 ++-- .github/workflows/ubuntu_gcc_native.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu_clang_native.yml b/.github/workflows/ubuntu_clang_native.yml index cfc4578..3b76c73 100644 --- a/.github/workflows/ubuntu_clang_native.yml +++ b/.github/workflows/ubuntu_clang_native.yml @@ -1,4 +1,4 @@ -name: Native build in Ubuntu 20.04/22.04 with Clang 17 +name: Native build in Ubuntu 22.04 with Clang 17 on: pull_request: @@ -11,7 +11,7 @@ jobs: BUILD_DIR: build strategy: matrix: - os: [ ubuntu-20.04, ubuntu-22.04 ] + os: [ ubuntu-22.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ubuntu_gcc_native.yml b/.github/workflows/ubuntu_gcc_native.yml index 31b0b8b..1f683c3 100644 --- a/.github/workflows/ubuntu_gcc_native.yml +++ b/.github/workflows/ubuntu_gcc_native.yml @@ -1,4 +1,4 @@ -name: Native build in Ubuntu 20.04/22.04 with GCC-13 +name: Native build in Ubuntu 22.04 with GCC-13 on: pull_request: @@ -11,7 +11,7 @@ jobs: BUILD_DIR: build strategy: matrix: - os: [ ubuntu-20.04, ubuntu-22.04 ] + os: [ ubuntu-22.04 ] steps: - uses: actions/checkout@v4