We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bbdd4 commit 892658dCopy full SHA for 892658d
.github/workflows/reusable_codeql.yml
@@ -26,7 +26,9 @@ jobs:
26
# Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
27
extra_build_option: '-DCMAKE_BUILD_TYPE=Release'
28
- os: windows-latest
29
- runs-on: ${{matrix.os}}
+
30
+ # TODO revert
31
+ runs-on: ["DSS-CUDA", "${{matrix.os}}"]
32
33
steps:
34
- name: Checkout repository
@@ -37,7 +39,7 @@ jobs:
37
39
- name: Setup newer Python
38
40
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
41
with:
- python-version: "3.10"
42
+ python-version: ">=3.10"
43
44
- name: Initialize CodeQL
45
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
0 commit comments