Skip to content

Commit d90e224

Browse files
committed
f Only run audit on ubuntu-latest
.. to keep it simple
1 parent d250a52 commit d90e224

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/audit.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ on:
55

66
jobs:
77
audit:
8-
strategy:
9-
matrix:
10-
platform: [
11-
ubuntu-latest,
12-
macos-latest,
13-
]
14-
runs-on: ${{ matrix.platform }}
8+
runs-on: ubuntu-latest
159
permissions:
1610
issues: write
1711
issues-reason: to create issues

0 commit comments

Comments
 (0)