Use windows-2019 for CI jobs involving build tracing

Build tracing currently does not support Windows 2022, so use
`windows-2019` instead of`windows-latest`.
This commit is contained in:
Henry Mercer 2022-02-08 11:21:42 +00:00
parent edd03fbd2c
commit b8047e5610
11 changed files with 26 additions and 22 deletions

View file

@ -1,5 +1,8 @@
name: "Analyze: 'ref' and 'sha' from inputs"
description: "Checks that specifying 'ref' and 'sha' as inputs works"
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
# `windows-latest`.
os: [ubuntu-latest, macos-latest, windows-2019]
steps:
- uses: ./../action/init
with: