Skip to content

Commit

Permalink
Merge pull request #35 from JosanaDH/JosanaDH-patch-5
Browse files Browse the repository at this point in the history
Update main.yml switch to macos-latest
  • Loading branch information
JosanaDH authored Jul 13, 2023
2 parents 9a4433b + 0a7ccf9 commit cd0e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
Expand Down

0 comments on commit cd0e072

Please sign in to comment.