Skip to content

Commit

Permalink
ci: run tests on ubuntu-22.04 instead of 24.04 for .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Oct 14, 2024
1 parent b38632b commit 3d297a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-dotnet@v4.0.1
Expand Down

0 comments on commit 3d297a5

Please sign in to comment.