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:
parent
edd03fbd2c
commit
b8047e5610
11 changed files with 26 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue