We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e644 commit 5e80072Copy full SHA for 5e80072
README.md
@@ -43,7 +43,7 @@ jobs:
43
needs: create-matrix
44
if: ${{ needs.create-matrix.outputs.matrix != '[]' }}
45
name: Analyze
46
- runs-on: ubuntu-latest
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
47
permissions:
48
actions: read
49
contents: read
0 commit comments