Skip to content

Commit

Permalink
Merge pull request #860 from recurly/fix-build-script
Browse files Browse the repository at this point in the history
fix: Lock down CI to ubuntu-22-04
  • Loading branch information
btruncali1 authored Feb 6, 2025
2 parents 17c69eb + fb7c20c commit c9c0827
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 c9c0827

Please sign in to comment.