Skip to content

Commit 441997e

Browse files
committed
test M1 runner 3 (rm bad arm flags)
1 parent c898a7e commit 441997e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
# run: |
3737
# brew install llvm
3838

39-
# - uses: maxim-lobanov/setup-xcode@v1
40-
# with:
41-
# xcode-version: latest
39+
- uses: maxim-lobanov/setup-xcode@v1
40+
with:
41+
xcode-version: latest
4242

4343
- uses: ./.github/actions/setup
4444

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"name": "flags-darwin",
7979
"hidden": true,
8080
"cacheVariables": {
81-
"CMAKE_CXX_FLAGS": "-fstack-protector-strong -fcf-protection=full -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Wcast-qual -Wformat=2 -Wundef -Wshadow -Wcast-align -Wunused -Wnull-dereference -Wdouble-promotion -Wimplicit-fallthrough -Wextra-semi -Woverloaded-virtual -Wnon-virtual-dtor -Wold-style-cast"
81+
"CMAKE_CXX_FLAGS": "-fstack-protector-strong -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Wcast-qual -Wformat=2 -Wundef -Wshadow -Wcast-align -Wunused -Wnull-dereference -Wdouble-promotion -Wimplicit-fallthrough -Wextra-semi -Woverloaded-virtual -Wnon-virtual-dtor -Wold-style-cast"
8282
}
8383
},
8484
{

0 commit comments

Comments
 (0)