summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-23 20:12:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-23 20:18:12 +0100
commitf7b66a583e2232a79680532cb64e188b6ba34b51 (patch)
treea9edbd79ebae0abeb7856e36243868ab866d80af
parent7f3d558be910475d4d6937bd030a61409b7756d8 (diff)
downloadqutebrowser-f7b66a583e2232a79680532cb64e188b6ba34b51.tar.gz
qutebrowser-f7b66a583e2232a79680532cb64e188b6ba34b51.zip
Revert "ci: Downgrade to Ubuntu 18.04 for CodeQL env"
This reverts commit 74ad8fd545f72c76a55dcd2d87683041a09816cb.
-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 f4d8cf668..6ddb793e1 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-18.04
+ runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2