Skip to content

Commit

Permalink
Remove macOS from CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Oct 18, 2024
1 parent 24333f9 commit fb2dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DNSrecon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 8
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: [3.11, 3.12]

steps:
Expand Down

0 comments on commit fb2dde9

Please sign in to comment.