Skip to content

Commit

Permalink
CI: Switch CodeQL job to Ubuntu 24.04
Browse files Browse the repository at this point in the history
This should make the workarounds for ancient Meson unnecessary.
  • Loading branch information
airtower-luna committed May 19, 2024
1 parent 84ee861 commit 24d444d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
checkout_path: ${{ env.CONTAINER_WORKSPACE }}

codeql:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: CodeQL
steps:
- uses: actions/checkout@v4
Expand All @@ -95,10 +95,6 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: 'workarounds for ancient Meson (0.x)'
run: |
ln -s meson.options meson_options.txt
sed -i -e '/verbose: true,/d' test/meson.build
- name: meson setup
run: meson setup -Dpdf-doc=false build
- name: meson compile
Expand Down

0 comments on commit 24d444d

Please sign in to comment.