Skip to content

Commit

Permalink
Update github actions to use ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Dec 5, 2024
1 parent d3ffce2 commit e47d446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_call]

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
# We use a standard Debian image to mirror a typical developer environment.
# This should be updated whenever a new Debian stable version is available.
container: debian:bookworm
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
make docs-lint
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e47d446

Please sign in to comment.