Skip to content

Commit c89abab

Browse files
uses gpu runner
1 parent 52a5dad commit c89abab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
analyze:
2828
name: Build and Analyze
29-
runs-on: ubuntu-22.04-64core
29+
runs-on: linux-x64-gpu
3030
timeout-minutes: 360
3131
permissions:
3232
actions: write
@@ -39,6 +39,11 @@ jobs:
3939
language: [ 'c-cpp', 'javascript-typescript', 'python' ]
4040

4141
steps:
42+
- if: matrix.language == 'c-cpp'
43+
name: Setup environment
44+
run: |
45+
sudo apt update && sudo apt install git git-lfs
46+
4247
- name: Checkout repository
4348
uses: actions/checkout@v4
4449
with:

0 commit comments

Comments
 (0)