Skip to content

Commit

Permalink
Upgraded compiler to gcc-14 for ubuntu24.04
Browse files Browse the repository at this point in the history
Signed-off-by: andreas@florath.net <andreas@florath.net>
  • Loading branch information
florath committed Oct 15, 2024
1 parent 98a0493 commit 05d8e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
bash -x build/init_autotools.sh
mkdir -p COMPILE
cd COMPILE
CC=gcc-12 ../configure
CC=gcc-14 ../configure
make
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 05d8e18

Please # to comment.