Skip to content

Commit

Permalink
ci: use ubuntu-22.04 since mono is not in 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Dec 16, 2024
1 parent 5cc759d commit 16ae970
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 @@ -40,7 +40,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.os }}
needs: [version]
env:
Expand Down

0 comments on commit 16ae970

Please sign in to comment.