From 869f67c2d1f72d8e312d47d2c43510744c874b4d Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Sat, 2 Jul 2022 20:28:22 -0400 Subject: [PATCH] Upgrade to macOS 12 --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82134e1..28adab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: jobs: package-box: name: Package Vagrant Boxes - runs-on: macos-10.15 + runs-on: macos-12 if: "startsWith(github.ref, 'refs/tags/')" strategy: matrix: @@ -13,6 +13,8 @@ jobs: - fbsd_13_0 - fbsd_12_2 steps: + - name: Install Vagrant + run: brew install vagrant - name: Cache Vagrant boxes uses: actions/cache@v2 with: