We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0d2f1 commit eeb6df0Copy full SHA for eeb6df0
.github/workflows/codeql.yml
@@ -72,9 +72,7 @@ jobs:
72
if (normalizedKey === 'swift') {
73
osList = ['macos-latest'];
74
} 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'];
+ osList = ['macos-latest', 'ubuntu-latest', 'windows-latest'];
78
}
79
for (let os of osList) {
80
// set name for matrix
0 commit comments