Skip to content

Commit

Permalink
ci: use ubuntu 24.04 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Nov 7, 2024
1 parent 462f4bb commit 0f48ca0
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 @@ -40,7 +40,7 @@ jobs:
needs: webui
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: webui

steps:
Expand Down

0 comments on commit 0f48ca0

Please sign in to comment.