Skip to content

Commit

Permalink
Migrate build to Ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar456 committed Aug 15, 2024
1 parent 85e48f5 commit 420f89a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vagrant-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ on:

jobs:
build-release:
runs-on: macos-12
runs-on: ubuntu-22.04
steps:
- name: Install Vagrant and Virtualbox
run: |
sudo apt update && sudo apt install virtualbox
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vagrant
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 420f89a

Please sign in to comment.