Skip to content

Commit aed1b29

Browse files
committed
ci: remove MacOS 13 runner from CodeQL workflow
1 parent 79d4365 commit aed1b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# - https://gh.io/supported-runners-and-hardware-resources
2626
# - https://gh.io/using-larger-runners
2727
# Consider using larger runners for possible analysis time improvements.
28-
runs-on: ${{ (matrix.language == 'python' && ('macos-13' || 'macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
28+
runs-on: ${{ (matrix.language == 'python' && ('macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
2929
timeout-minutes: ${{ (matrix.language == 'python' && 120) || 360 }}
3030
permissions:
3131
# required for all workflows

0 commit comments

Comments
 (0)