Skip to content

Commit

Permalink
Disable Linux and Windows builds for now
Browse files Browse the repository at this point in the history
Just to speed up testing macOS on GitHub runners.
  • Loading branch information
pcolby committed Oct 4, 2024
1 parent 40d1901 commit d715bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:

jobs:
linux:
if: false
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -265,6 +266,7 @@ jobs:
if-no-files-found: error

win:
if: false
runs-on: windows-latest
defaults: { run: { shell: cmd } }
strategy:
Expand Down

0 comments on commit d715bb6

Please sign in to comment.