Skip to content

Commit

Permalink
Update security-analysis-windows.yml
Browse files Browse the repository at this point in the history
Please refer to actions/runner-images#5238.

Disables windows server 2016 compatibility.

[SKIP CI][SKIP ANALYSIS]
  • Loading branch information
nikita-petko authored Mar 17, 2022
1 parent 73f950e commit 35c8488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
language: ["go"]
os: ["windows-2016", "windows-2019"]
os: ["windows-2019"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 35c8488

Please sign in to comment.