Skip to content

Commit

Permalink
Fix actions workflow (apply ubuntu-20.04 for version compatibility) (#…
Browse files Browse the repository at this point in the history
…296)

Use ubuntu 20.04 as actions runner
  • Loading branch information
parroty committed Nov 27, 2022
1 parent d1b6b35 commit 6eee044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
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: ['20.3']
Expand Down

0 comments on commit 6eee044

Please sign in to comment.