Skip to content

Commit

Permalink
Added GH Action for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Oct 16, 2024
1 parent b1172dc commit 0e25736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
library_type: [static, shared]
os: [ubuntu-22.04, ubuntu-20.04]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]

# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
Expand Down

0 comments on commit 0e25736

Please sign in to comment.