Skip to content

Commit

Permalink
Use Ubuntu 24.04 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Nov 29, 2024
1 parent 8395408 commit c84f6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
CC: [gcc, clang]
Expand Down

0 comments on commit c84f6f5

Please # to comment.