From dc56ce87e442ac6b2d3bd6210663a7bf31bc7f5c Mon Sep 17 00:00:00 2001 From: Filip Stefaniak Date: Fri, 5 Aug 2022 13:31:59 +0200 Subject: [PATCH] removed 'ubuntu-16.04' --- .github/workflows/thefirst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/thefirst.yml b/.github/workflows/thefirst.yml index 0c7ae74..ea58134 100644 --- a/.github/workflows/thefirst.yml +++ b/.github/workflows/thefirst.yml @@ -11,7 +11,7 @@ jobs: matrix: # os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] # align-it in conda is only for linux 64 bit https://anaconda.org/bioconda/align_it/files - os: ['ubuntu-16.04', 'ubuntu-18.04', 'ubuntu-20.04'] + os: ['ubuntu-18.04', 'ubuntu-20.04'] runs-on: ${{ matrix.os }} steps: - name: Checkout