Skip to content

Commit

Permalink
GitHub: Disable VirtualBox builds
Browse files Browse the repository at this point in the history
I have not used VirtualBox in years.  For some unknown reason, the
builds are timing out.  Without a console output, debugging is hard.

Disable the jobs on VirtualBox until a solution is found.
  • Loading branch information
jlduran committed Jul 30, 2024
1 parent 387db0d commit 7df3c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ntpdate_hosts: time.apple.com

virtualbox:
if: false
runs-on: macos-13
name: VirtualBox Builder
needs: validate
Expand Down

0 comments on commit 7df3c55

Please sign in to comment.