Skip to content

Commit

Permalink
ci: Use windows latest for snyk test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathurindaRanasinghe committed Oct 26, 2023
1 parent f284820 commit e6eb37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
snyk_scan_test:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit e6eb37f

Please sign in to comment.