Skip to content

Commit

Permalink
Use previous version of Ubuntu for tests to avoid interference betwee…
Browse files Browse the repository at this point in the history
…n Plesk, Docker and systemd
  • Loading branch information
sibprogrammer committed Apr 10, 2024
1 parent 918b12a commit 109526e
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 @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: docker-compose run tests
Expand Down

0 comments on commit 109526e

Please sign in to comment.