Skip to content

Commit

Permalink
ci: bump build-box-vagrant to macos-12 runner as it has vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed Aug 6, 2022
1 parent ca71954 commit 01adf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# needed by virtualbox vm to run within github actions runner.
# it also comes with vagrant & virtualbox preinstalled
# https://github.com/jonashackt/vagrant-github-actions
runs-on: macos-11
runs-on: macos-12
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 01adf59

Please sign in to comment.