Skip to content

Commit 2efe19f

Browse files
workflow updated
1 parent 99cc914 commit 2efe19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ ubuntu-latest, windows-latest, macos-13 ]
16+
os: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-13", "windows-latest"]') }}
1717
cli-version: [ "", "latest", "1.46.4" ]
1818
fail-fast: false
1919
steps:

0 commit comments

Comments
 (0)