Skip to content

Commit 83442e9

Browse files
committed
llvm@18
1 parent 7f60187 commit 83442e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114

115115
check-on-macos:
116-
runs-on: macos-12
116+
runs-on: macos-13
117117
needs: [pre-commit]
118118
timeout-minutes: 30
119119
strategy:
@@ -321,10 +321,6 @@ jobs:
321321
-DCODE_COVERAGE=ON
322322
-DBUILD_TESTING=ON
323323
324-
- if: failure()
325-
run: |
326-
cat C:\vcpkg\buildtrees\cppfront\install-x64-mingw-dynamic-dbg-out.log
327-
328324
- name: Build
329325
run: cmake --build --preset=default --target all
330326

0 commit comments

Comments
 (0)