summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-11-02 13:56:43 +0100
committerMartin Matuska <martin@matuska.org>2020-11-02 13:56:43 +0100
commit18c0af5f9e699367d62c39655f1bef513ca713db (patch)
tree477abacb1fc50b4466d62bcd8230909686eb0b57 /.github
parent0ae4ecd57576a330cf77cf28d6b632ec6e6bf113 (diff)
downloadlibarchive-18c0af5f9e699367d62c39655f1bef513ca713db.tar.gz
CI: update Ubuntu image to 20.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 08299af3..85bd2923 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
path: libarchive.tar.xz
Ubuntu:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
matrix:
bs: [autotools, cmake]
@@ -83,7 +83,7 @@ jobs:
name: libarchive-ubuntu-${{ matrix.bs }}-${{ matrix.crypto }}-${{ github.sha }}
path: libarchive.tar.xz
Ubuntu-distcheck:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Install dependencies