Skip to content

Commit

Permalink
ci: Switch runs-on to ubuntu-20.04
Browse files Browse the repository at this point in the history
The DockerFile being used can stay at 18.04
  • Loading branch information
pierrewillenbrockdfki committed Jul 21, 2023
1 parent 006a113 commit f32f953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on: [push]
jobs:
unittests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f32f953

Please sign in to comment.