Skip to content

Commit

Permalink
Update CodeQL job to use gcc-openmpi runner
Browse files Browse the repository at this point in the history
Our gcc-openmpi runner has the necessary TPLs required to configure and build.
  • Loading branch information
achauphan authored Sep 26, 2024
1 parent fd8041e commit 58bf7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: [self-hosted, gcc-8.3.0_serial]
runs-on: [self-hosted, gcc-10.3.0_openmpi-4.1.6]
if: ${{ github.event.action == 'synchronize' || github.event.action == 'opened' }}

permissions:
Expand Down

0 comments on commit 58bf7f5

Please sign in to comment.