We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae0a88 commit 4c56ea5Copy full SHA for 4c56ea5
1 file changed
.github/workflows/check_analyzers.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Check analyzers for ${{ inputs.package-name }}
25
strategy:
26
matrix:
27
- os: [windows-latest, ubuntu-latest, macos-latest]
+ os: [windows-latest, ubuntu-latest] # Temporarily disabled: macos-latest
28
python-version: ['3.10', 3.14]
29
runs-on: ${{ matrix.os }}
30
defaults:
0 commit comments