Skip to content

Commit 394ede8

Browse files
committed
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`.
1 parent edd03fb commit 394ede8

10 files changed

+20
-20
lines changed

.github/workflows/__analyze-ref-input.yml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-tracing.yml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__remote-config.yml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/analyze-ref-input.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Analyze: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
4+
# `windows-latest`.
5+
os: [ubuntu-latest, macos-latest, windows-2019]
36
steps:
47
- uses: ./../action/init
58
with:

pr-checks/checks/go-custom-queries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Go: Custom queries"
22
description: "Checks that Go works in conjunction with a config file specifying custom queries"
3+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
4+
# `windows-latest`.
5+
os: [ubuntu-latest, macos-latest, windows-2019]
36
steps:
47
- uses: actions/setup-go@v2
58
with:

pr-checks/checks/go-custom-tracing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Go: Custom tracing"
22
description: "Checks that Go tracing works"
3+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
4+
# `windows-latest`.
5+
os: [ubuntu-latest, macos-latest, windows-2019]
36
env:
47
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "true"
58
steps:

pr-checks/checks/remote-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Remote config file"
22
description: "Checks that specifying packages using only a config file works"
3+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
4+
# `windows-latest`.
5+
os: [ubuntu-latest, macos-latest, windows-2019]
36
steps:
47
- uses: ./../action/init
58
with:

pr-checks/checks/upload-ref-sha-input.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Upload-sarif: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
4+
# `windows-latest`.
5+
os: [ubuntu-latest, macos-latest, windows-2019]
36
steps:
47
- uses: ./../action/init
58
with:

0 commit comments

Comments
 (0)