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
jf-06 authored Mar 17, 2022
1 parent af1a896 commit a5f86f2
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 @@ -26,7 +26,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 a5f86f2

Please sign in to comment.