Skip to content

Commit 9d5565f

Browse files
committed
Remove macos-13 from codeql workflow
1 parent 95b1867 commit 9d5565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
os: [ubuntu-22.04,ubuntu-24.04,windows-2022,windows-2025,macos-13,macos-14,macos-15]
84+
os: [ubuntu-22.04,ubuntu-24.04,windows-2022,windows-2025,macos-14,macos-15]
8585
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
8686
runs-on: ${{ matrix.os }}
8787

0 commit comments

Comments
 (0)