mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Lock GitHub Action runner due FFI compability issue (#16929)
This commit is contained in:
parent
ef6359a54a
commit
7bb213a432
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
run: npm run textlint
|
run: npm run textlint
|
||||||
build:
|
build:
|
||||||
name: Jekyll build
|
name: Jekyll build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
needs: [markdown-lint]
|
needs: [markdown-lint]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user