Skip to content

Commit

Permalink
Fix test workflow to only run on Ubuntu (latest).
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayKMehta committed Feb 24, 2025
1 parent 39b911b commit 969f0bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ jobs:
test:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
name: test-${{matrix.os}}
runs-on: ${{ matrix.os }}
name: test
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest]
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
DOTNET_NOLOGO: true
Expand Down

0 comments on commit 969f0bc

Please sign in to comment.