|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
# - https://gh.io/supported-runners-and-hardware-resources |
|
|
|
# - https://gh.io/using-larger-runners |
|
|
|
# Consider using larger runners for possible analysis time improvements. |
|
|
|
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-20.04' }} |
|
|
|
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} |
|
|
|
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} |
|
|
|
permissions: |
|
|
|
actions: read |
|
|
|