Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_clang_native.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_gcc_native.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down