We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0474bd commit 7733dcaCopy full SHA for 7733dca
1 file changed
.github/workflows/codeql.yml
@@ -11,11 +11,11 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-2019, macos-latest]
15
include:
16
- os: ubuntu-latest
17
friendlyName: Ubuntu
18
- - os: windows-latest
+ - os: windows-2019
19
friendlyName: Windows
20
- os: macos-latest
21
friendlyName: macOS
0 commit comments