Skip to content

Commit

Permalink
[CI] Fix CodeQL build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 23, 2024
1 parent af090da commit 287adb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'java' ]
java: [ '8' ]
java: [ '17' ]

steps:
- name: Checkout code
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
with:
category: "/language:${{matrix.language}}"

cpp-gcc-2204-analyze:
cpp-gcc-analyze:
name: C++ GCC Analyze ${{ matrix.version }}
runs-on: ubuntu-24.04
permissions:
Expand All @@ -147,7 +147,7 @@ jobs:
fail-fast: false
matrix:
language: ['cpp']
version: [ '12' ]
version: [ '14' ]
env:
CC: gcc-${{ matrix.version }}
CXX: g++-${{ matrix.version }}
Expand Down

0 comments on commit 287adb5

Please sign in to comment.