Skip to content

Commit

Permalink
chore: Update runs-on value in CMake workflow to use ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 28, 2024
1 parent 7c43ca9 commit 41028db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu:24.04

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

0 comments on commit 41028db

Please sign in to comment.