Skip to content

Commit eeb6df0

Browse files
chore: update global workflows (#98)
1 parent 3e0d2f1 commit eeb6df0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
if (normalizedKey === 'swift') {
7373
osList = ['macos-latest'];
7474
} else if (normalizedKey === 'cpp') {
75-
// TODO: update macos to latest after the below issue is resolved
76-
// https://github.com/github/codeql-action/issues/2266
77-
osList = ['macos-13', 'ubuntu-latest', 'windows-latest'];
75+
osList = ['macos-latest', 'ubuntu-latest', 'windows-latest'];
7876
}
7977
for (let os of osList) {
8078
// set name for matrix

0 commit comments

Comments
 (0)