summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6978875..af047e8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
# autotools build job
#
autotools:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
@@ -55,7 +55,7 @@ jobs:
# meson build job
#
meson:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
@@ -110,7 +110,7 @@ jobs:
#
build-from-tarball:
needs: autotools
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
buildtool: