mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-01 10:58:20 +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:
parent
fff793be16
commit
e14c6646f6
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user