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