From 903bcd2466e6259e660336bf35bf03f5ba55cee9 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 21 Sep 2021 15:06:10 +0300 Subject: [PATCH] mdbx-ci: switch github action from Ubuntu 16.04 to 18.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18107918..edd88ca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: #, windows-latest - os: [ubuntu-latest, macos-latest, ubuntu-16.04] + os: [ubuntu-latest, macos-latest, ubuntu-18.04] steps: - uses: actions/checkout@v2 - name: fetch tags