Skip to content

Commit

Permalink
build: drop support for ubuntu 18.04 and add 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Sep 4, 2023
1 parent 08cfcce commit f209d83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04

steps:
- name: Checkout myself
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Both Intel and Xilinx platforms are supported.

## Prerequisites

+ Ubuntu 18.04+
+ Ubuntu 20.04+

## Install from Binary

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function install-frt-for-centos() {
source /etc/os-release

case "${ID}.${VERSION_ID}" in
ubuntu.18.04 | ubuntu.20.04)
ubuntu.20.04 | ubuntu.22.04)
install-frt-for-ubuntu "${UBUNTU_CODENAME}"
;;
centos.7)
Expand Down

0 comments on commit f209d83

Please sign in to comment.