Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Change ubuntu version?
  • Loading branch information
dail8859 authored Sep 20, 2023
1 parent c86d522 commit 6ef3cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-20.04' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
mkdir build
cd build
qmake ../src/NotepadNext.pro "DISTRIBUTION=AppImage"
qmake ../src/NotepadNext.pro
make -j$(nproc)
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 6ef3cc4

Please sign in to comment.