diff .github/workflows/codeql-analysis.yaml @ 30657:ffed0ae35eda stable

GitHub-CI (CodeQL, windows): Pin to windows-2019. * .github/workflows/codeql-analysis.yaml (windows): "windows-latest" will switch to windows-2022 shortly which isn't supported by CodeQL currently. Pin to "windows-2019" in the meantime. See: https://github.com/actions/virtual-environments/issues/4856
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 21 Jan 2022 15:23:02 +0100
parents d162766886ce
children 0ffe2f9a19f3
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yaml	Tue Jan 18 13:27:18 2022 -0500
+++ b/.github/workflows/codeql-analysis.yaml	Fri Jan 21 15:23:02 2022 +0100
@@ -68,7 +68,7 @@
 
   windows:
     name: CodeQL analysis (Windows)
-    runs-on: windows-latest
+    runs-on: windows-2019
 
     defaults:
       run: