Skip to content

Commit

Permalink
fix: Lock down CI to ubuntu-22-04
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Feb 6, 2025
1 parent 17c69eb commit fb7c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Dotnet ${{ matrix.dotnet }} tests
strategy:
matrix:
Expand Down

0 comments on commit fb7c20c

Please sign in to comment.