Skip to content

Commit

Permalink
removed 'ubuntu-16.04'
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Aug 5, 2022
1 parent 5aa10ee commit dc56ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thefirst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc56ce8

Please sign in to comment.