Skip to content

Commit

Permalink
ci: Removed Ubuntu 18.04 build as Ubuntu 18.04 is deprecated and the …
Browse files Browse the repository at this point in the history
…GitHub images have been removed.

Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Nov 27, 2023
1 parent e1255db commit 730d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ubuntu:
strategy:
matrix:
ubuntu_version: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
ubuntu_version: [ubuntu-20.04, ubuntu-22.04]
compiler: [clang, gcc]
runs-on: ${{ matrix.ubuntu_version }}
steps:
Expand Down

0 comments on commit 730d60a

Please sign in to comment.