set github actions os to ubuntu-18.04

This commit is contained in:
Tristan Sloughter 2021-04-16 06:55:54 -06:00
parent 8bf2c93bde
commit 061b1ed91b
No known key found for this signature in database
GPG key ID: 6BC93CF674613287

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
otp_version: [19.3.6, 20.3.8.26, 21.3.8.16, 22.3.4.2, 23.0.2]
os: [ubuntu-latest]
os: [ubuntu-18.04]
steps:
- uses: actions/checkout@v2