Skip to content

Commit

Permalink
use older ubuntu to be able to run github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-back committed Jun 17, 2020
1 parent db1ca22 commit c33e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down

0 comments on commit c33e2b6

Please sign in to comment.