From 6f77b74d50cf020df6cfffe29c65ee3b34423fea Mon Sep 17 00:00:00 2001 From: atermonera Date: Sun, 9 May 2021 15:30:34 -0900 Subject: [PATCH] Update's CI's OS image version to fix package deficiency --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5598a2930c..fd0323d8bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: jobs: file_tests: name: Run Linters - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Ensure +x on CI directory @@ -26,7 +26,7 @@ jobs: unit_tests: name: Integration Tests - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Ensure +x on CI directory