Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 309c576

Browse files
committed
fix: remove macOS configurations from AddressSanitizer job and update step name
1 parent 51cc3c9 commit 309c576

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/memory-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
include:
1919
- { os: ubuntu-24.04, name: linux-x64 }
2020
- { os: ubuntu-24.04-arm, name: linux-arm64 }
21-
- { os: macos-14, name: macos-arm64 }
22-
- { os: macos-15-intel, name: macos-x64 }
2321
name: asan (${{ matrix.name }})
2422
runs-on: ${{ matrix.os }}
2523
steps:
2624
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27-
- name: Run AddressSanitizer + UBSan
25+
- name: Run AddressSanitizer + UBSan + LeakSanitizer
2826
run: make asan
2927

3028
valgrind:

0 commit comments

Comments
 (0)