We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d1d11 commit 3b4ad7cCopy full SHA for 3b4ad7c
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on: push
4
jobs:
5
deploy:
6
name: Deploy graphANNIS package
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
8
# Only run Job on tagged commits that start with "v"
9
if: startsWith(github.ref, 'refs/tags/v')
10
steps:
.github/workflows/test.yml
test:
name: Execute all automated tests
- name: Setup Python
uses: actions/setup-python@v2
0 commit comments