Skip to content

Commit 5e80072

Browse files
authored
Update README.md
1 parent e36e644 commit 5e80072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs: create-matrix
4444
if: ${{ needs.create-matrix.outputs.matrix != '[]' }}
4545
name: Analyze
46-
runs-on: ubuntu-latest
46+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
4747
permissions:
4848
actions: read
4949
contents: read

0 commit comments

Comments
 (0)