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,6 +1,6 @@
name: "Split workflow"
description: "Tests a split-up workflow in which we first build a database and later analyze it"
os: ["ubuntu-latest", "macos-latest"]
operatingSystems: ["ubuntu", "macos"]
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
steps:
- uses: ./../action/init