summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-03-05 20:45:31 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-03-05 20:45:31 +0100
commitc17aeeba29a5aedfeeaeeb967a508e1a588e67ea (patch)
treefaefc17a9d40361bde8b5d091f6890b9bfbded9c /.github/workflows/ci.yml
parentc3cc06ff276be43d2ba6424e771230c9633db781 (diff)
downloadweechat-c17aeeba29a5aedfeeaeeb967a508e1a588e67ea.zip
core: force Ubuntu 18.04 for CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a65ebada5..448ee6517 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
build:
name: ${{ matrix.config.name }}
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix: