Skip to content

Commit

Permalink
Merge pull request #216 from RICCIARDI-Adrien/ci_remove_ubuntu_18_04_…
Browse files Browse the repository at this point in the history
…build

CI: Removed Ubuntu 18.04 build.
  • Loading branch information
robbat2 committed Dec 7, 2023
2 parents e659968 + 570eb52 commit 56ecfa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
6 changes: 3 additions & 3 deletions Docker.autogen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -qy \
FROM ubuntu:20.04
RUN apt update && \
apt install -qy \
autoconf \
automake \
gettext \
Expand Down

0 comments on commit 56ecfa8

Please sign in to comment.