From 061b1ed91b6fd8b7074f48986ab7ad9a83a027e5 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 16 Apr 2021 06:55:54 -0600 Subject: [PATCH] set github actions os to ubuntu-18.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38771df..2e897bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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