summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-20 16:51:15 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-20 16:51:15 +0100
commit74ad8fd545f72c76a55dcd2d87683041a09816cb (patch)
tree59a9edfba1defe5e4dada07c3591f737ef79b6ce /.github
parent298e559714ba3e7fc7694760761af3e50b456608 (diff)
downloadqutebrowser-74ad8fd545f72c76a55dcd2d87683041a09816cb.tar.gz
qutebrowser-74ad8fd545f72c76a55dcd2d87683041a09816cb.zip
ci: Downgrade to Ubuntu 18.04 for CodeQL env
It emits a setup warning because of a missing Python 2 pip otherwise: https://github.com/github/codeql-action/pull/316
Diffstat (limited to '.github')
-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 6ddb793e1..f4d8cf668 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
codeql:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 30
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-18.04
steps:
- name: Checkout repository
uses: actions/checkout@v2