Run PR checks for CLIs < 2.7.3 on ubuntu-20.04

Build tracing using CLIs before 2.7.3 no longer works with the most
recent update to the `ubuntu-22.04` runner image.

With this new logic, we can remove the workarounds around testing
`windows-2019` and `windows-2022`.
This commit is contained in:
Henry Mercer 2022-10-27 14:17:24 +01:00
parent 40542d38bc
commit f248a57d3b
33 changed files with 111 additions and 156 deletions

View file

@ -1,7 +1,7 @@
name: "Local CodeQL bundle"
description: "Tests using a CodeQL bundle from a local file rather than a URL"
versions: ["nightly-latest"]
os: ["ubuntu-latest"]
operatingSystems: ["ubuntu"]
steps:
- name: Fetch a CodeQL bundle
shell: bash