From 1759003d7d07dc5042c5700a35336d716262a988 Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Thu, 14 Dec 2023 09:07:36 +0100 Subject: [PATCH] Try to fix Vagrant github actions Using macos is definitely a hack. It seems the macos12 image does not work anymore. So I'll try to bump it to 13. --- .github/workflows/vagrant_fastclick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vagrant_fastclick.yml b/.github/workflows/vagrant_fastclick.yml index a8f3e9c3a5..8e8674b31e 100644 --- a/.github/workflows/vagrant_fastclick.yml +++ b/.github/workflows/vagrant_fastclick.yml @@ -4,7 +4,7 @@ on: [push] jobs: vagrant-up: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2