From af4508953be941898629f57d30cc6e72c6343a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Sun, 7 May 2023 20:03:12 +0200 Subject: [PATCH] Update to ubuntu-20.04 on CI --- .github/workflows/main.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59cc683..cac1aa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: test: name: Test - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -31,15 +31,6 @@ jobs: - erlang: 20 rebar3: 3.6.1 - - - erlang: 19 - rebar3: 3.6.1 - - - erlang: 18 - rebar3: 3.6.1 - - - erlang: 17 - rebar3: 3.6.1 steps: - uses: actions/checkout@v3