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

Commit

Permalink
Upgrade to macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jul 3, 2022
1 parent 66d3800 commit 869f67c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ 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:
box:
- fbsd_13_0
- fbsd_12_2
steps:
- name: Install Vagrant
run: brew install vagrant
- name: Cache Vagrant boxes
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 869f67c

Please sign in to comment.