Skip to content

Commit

Permalink
Fix Ubuntu Noble CI
Browse files Browse the repository at this point in the history
Fix #28
  • Loading branch information
henrygerardmoore authored Sep 23, 2024
2 parents 07778df + 9d9a2bc commit 8a21e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu 24.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8a21e71

Please sign in to comment.