diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-05 20:45:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-05 20:45:31 +0100 |
commit | c17aeeba29a5aedfeeaeeb967a508e1a588e67ea (patch) | |
tree | faefc17a9d40361bde8b5d091f6890b9bfbded9c /.github/workflows/ci.yml | |
parent | c3cc06ff276be43d2ba6424e771230c9633db781 (diff) | |
download | weechat-c17aeeba29a5aedfeeaeeb967a508e1a588e67ea.zip |
core: force Ubuntu 18.04 for CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |