Lock GitHub Action runner due FFI compability issue (#16929)

This commit is contained in:
Franck Nijhof 2021-03-09 15:48:36 +01:00 committed by GitHub
parent ef6359a54a
commit 7bb213a432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
run: npm run textlint
build:
name: Jekyll build
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: [markdown-lint]
steps:
- name: Check out files from GitHub