Skip to content

Commit 4c56ea5

Browse files
authored
Disable check_analyzers on macos. (#309)
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
1 parent cae0a88 commit 4c56ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_analyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Check analyzers for ${{ inputs.package-name }}
2525
strategy:
2626
matrix:
27-
os: [windows-latest, ubuntu-latest, macos-latest]
27+
os: [windows-latest, ubuntu-latest] # Temporarily disabled: macos-latest
2828
python-version: ['3.10', 3.14]
2929
runs-on: ${{ matrix.os }}
3030
defaults:

0 commit comments

Comments
 (0)