mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-27 10:24:28 +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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Set Actions Allow Unsecure Commands (temporary)
|
||||
run: |
|
||||
|
2
.github/workflows/spelling.yml
vendored
2
.github/workflows/spelling.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user