From 5d871e756981a5d5113f05543308482bd275a28d Mon Sep 17 00:00:00 2001 From: Mizux Date: Tue, 26 Oct 2021 14:01:14 +0000 Subject: [PATCH] ci: Migrate FreeBSD to macos-10.15 virtual env (#191) note: In preparation to https://github.com/actions/virtual-environments/issues/4060 which will drop Vagrant/VirtualBox ref: https://github.com/actions/virtual-environments/pull/4010 --- .github/workflows/x86_freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x86_freebsd.yml b/.github/workflows/x86_freebsd.yml index 3b1fc3b..225f7a9 100644 --- a/.github/workflows/x86_freebsd.yml +++ b/.github/workflows/x86_freebsd.yml @@ -11,7 +11,7 @@ jobs: # Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed. # see: https://github.com/actions/virtual-environments/tree/main/images/macos freebsd: - runs-on: macos-latest + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - name: vagrant version