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 1759003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vagrant_fastclick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1759003

Please sign in to comment.