Skip to content

Commit 3b4ad7c

Browse files
committed
Use Ubuntu 22.04 to run tests
1 parent 01d1d11 commit 3b4ad7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44
jobs:
55
deploy:
66
name: Deploy graphANNIS package
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-22.04
88
# Only run Job on tagged commits that start with "v"
99
if: startsWith(github.ref, 'refs/tags/v')
1010
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44
jobs:
55
test:
66
name: Execute all automated tests
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- name: Setup Python
1010
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)