Skip to content

Commit

Permalink
f Only run audit on ubuntu-latest
Browse files Browse the repository at this point in the history
.. to keep it simple
  • Loading branch information
tnull committed Feb 1, 2024
1 parent c3f443b commit cbd12ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ on:

jobs:
audit:
strategy:
matrix:
platform: [
ubuntu-latest,
macos-latest,
]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
permissions:
issues: write
issues-reason: to create issues
Expand Down

0 comments on commit cbd12ca

Please sign in to comment.