Skip to content

Commit

Permalink
ci: Update build.yaml to include Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d33ngr authored Jan 15, 2025
1 parent 2bdae14 commit 65b5f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
env:
FEATURES: .llvm and .skeletons
Expand Down

0 comments on commit 65b5f21

Please sign in to comment.