Skip to content

Commit

Permalink
feat(github/workflows/$pr): remove darwin builders from matrix
Browse files Browse the repository at this point in the history
this effectively disables the workflow as there are no OSs configured
for running the job.
  • Loading branch information
steveej committed Oct 8, 2024
1 parent 8eef05e commit ffc9021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-13]
os: [ ]
name: OS
runs-on: ${{ matrix.os }}
permissions:
Expand Down

0 comments on commit ffc9021

Please sign in to comment.