Skip to content

Commit

Permalink
Use ubuntu-20.04 for avoiding error (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: parroty <[email protected]>
  • Loading branch information
parroty and parroty authored Jan 24, 2023
1 parent e0042e3 commit 2204e8f
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 @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
tests:
name: Run Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['21','23']
Expand Down

0 comments on commit 2204e8f

Please sign in to comment.