From 5a36416ccb39d077538357f386a6f3f9cfc575d6 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 17:54:20 -0600 Subject: [PATCH] fix(ci): adjusting cache steps --- .github/workflows/lint.yml | 2 +- Brewfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7108e2..f92ef06 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: jobs: pre-commit-ci: name: Pre-Commit - runs-on: ubuntu-latest + runs-on: macos-13 env: PYTHON_VERSION: "3.11" diff --git a/Brewfile b/Brewfile index 9e1bcdc..24a6659 100644 --- a/Brewfile +++ b/Brewfile @@ -1,4 +1,5 @@ tap "homebrew/bundle" tap "homebrew/cask-versions" -cask "virtualbox6" + +cask "virtualbox" cask "vagrant"