Skip to content

Commit

Permalink
Try to fix Vagrant github actions
Browse files Browse the repository at this point in the history
Using macos is definitely a hack. It seems the macos12 image does not
work anymore. So I'll try to bump it to 13.
  • Loading branch information
tbarbette committed Dec 14, 2023
1 parent c774734 commit fa0a213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vagrant_fastclick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on: [push]

jobs:
vagrant-up:
runs-on: macos-12
runs-on: macos-10.15

steps:
- uses: actions/checkout@v2

- name: Install vagrant
run: brew install vagrant
- name: Cache Vagrant boxes
uses: actions/cache@v2
with:
Expand Down

0 comments on commit fa0a213

Please sign in to comment.