Skip to content

Commit

Permalink
remove ubuntu 8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
terencefan committed Jan 21, 2025
1 parent 3639567 commit fdd2046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # Disable the auto cancelling of all in-progress and queued jobs in the matrix if any job in the matrix fails.
matrix:
dotnet-version: [ '9.0.x', '8.0.x' ]
dotnet-version: [ '9.0.x' ]
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit fdd2046

Please sign in to comment.