Skip to content

Commit aa72d11

Browse files
chore: update global workflows (#145)
Co-authored-by: ReenigneArcher <[email protected]>
1 parent 3026de8 commit aa72d11

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.codeql-prebuild-cpp-macOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# install dependencies
5-
brew install \
5+
arch -arm64 brew install \
66
cmake \
77
ninja \
88
boost \

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
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)