Skip to content

Commit

Permalink
ci: increase vcpus for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 1, 2024
1 parent 21a2999 commit 9314b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Vagrant.configure("2") do |config|
# Reduce requirements so everythin runs on GitHub Actions
config.vm.provider "virtualbox" do |v|
v.memory = 1024
v.cpus = 1
v.cpus = 2
end

# Enable provisioning with a shell script. Additional provisioners such as
Expand Down

0 comments on commit 9314b86

Please sign in to comment.