Skip to content

Commit

Permalink
Add compiler for ubuntu-24.04 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusBraun authored Nov 8, 2024
1 parent d8b634f commit 220af84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-multi-platform-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++


- os: ubuntu-24.04
c_compiler: gcc
cpp_compiler: g++

- os: ubuntu-22.04
c_compiler: gcc
cpp_compiler: g++
Expand Down

0 comments on commit 220af84

Please sign in to comment.