Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 869f67c

Browse files
committed
Upgrade to macOS 12
1 parent 66d3800 commit 869f67c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
jobs:
66
package-box:
77
name: Package Vagrant Boxes
8-
runs-on: macos-10.15
8+
runs-on: macos-12
99
if: "startsWith(github.ref, 'refs/tags/')"
1010
strategy:
1111
matrix:
1212
box:
1313
- fbsd_13_0
1414
- fbsd_12_2
1515
steps:
16+
- name: Install Vagrant
17+
run: brew install vagrant
1618
- name: Cache Vagrant boxes
1719
uses: actions/cache@v2
1820
with:

0 commit comments

Comments
 (0)