mdbx-ci: use ubuntu-20.04 for GitHub Actions (fix https://erthink.github.io/libmdbx content).

Change-Id: If5af0b7022c56e45a66742feca199fa798829e54
This commit is contained in:
Leonid Yuriev 2020-11-25 12:24:43 +03:00
parent fff793be16
commit e14c6646f6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set Actions Allow Unsecure Commands (temporary)
run: |

View File

@ -5,7 +5,7 @@ on:
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.0.0
with: