Skip to content

Commit

Permalink
ci: switch GHA workflow from Ubuntu 22.04 to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 11, 2024
1 parent 14a3b72 commit 607a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
dotnet_ubuntu:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# Checks-out the repository under $GITHUB_WORKSPACE.
- uses: actions/checkout@v4
Expand Down

0 comments on commit 607a601

Please sign in to comment.