summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 75baa8d..6a06173 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
jobs:
release:
name: Release dnbd3
+ # Use very old system (= libc) for building for best compatibility
runs-on: ubuntu-18.04
steps:
- name: Install dnbd3 dependencies
@@ -19,7 +20,7 @@ jobs:
libjansson-dev \
rpm
- name: Checkout dnbd3 repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Fetch dnbd3 repository tags
run: git fetch --prune --unshallow
- name: Configure dnbd3 release