My project currently fails on the windows-2022
runner. It's configured via a Github worfklow (excerpt):
jobs:
test:
runs-on: windows-2022
I can see that the last successful run took place on the win22/20220529
image of the runner. I'd like to run the tests on past releases, to find out where exactly they started failing. Is there any way to do this?