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 9285785 commit 929c7f0
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 @@ -19,7 +19,7 @@ env:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.2.1
Expand Down

0 comments on commit 929c7f0

Please sign in to comment.