mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-27 22:32:19 +08:00
mdbx-ci: use ubuntu-20.04 for GitHub Actions (fix https://erthink.github.io/libmdbx content).
Change-Id: If5af0b7022c56e45a66742feca199fa798829e54
This commit is contained in:
2
.github/workflows/doxygen-github-pages.yml
vendored
2
.github/workflows/doxygen-github-pages.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Set Actions Allow Unsecure Commands (temporary)
|
- name: Set Actions Allow Unsecure Commands (temporary)
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/spelling.yml
vendored
2
.github/workflows/spelling.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Spell checking
|
name: Spell checking
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.0.0
|
- uses: actions/checkout@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user