From bb8134456eba727bfd1bae1ffe3a7c2809213e5f Mon Sep 17 00:00:00 2001 From: parroty Date: Tue, 24 Jan 2023 22:50:10 +0900 Subject: [PATCH] Use ubuntu-20.04 for avoiding error --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fef628..84e18e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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']