From ad3a389cc9077f3e8dbb0742df295c498c772372 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 21 Oct 2024 07:57:06 +0300 Subject: [PATCH] GHA: try Orbstack 1.5.1 cask --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5a220e..865a236 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,16 +27,14 @@ jobs: sudo apt update --yes sudo apt install libnss3-tools - - name: Set up Homebrew + - name: Set up macOS requirements if: runner.os == 'macOS' uses: Homebrew/actions/setup-homebrew@master - name: Install and start Orbstack if: runner.os == 'macOS' run: | - set -x - sudo chmod ugo+w /usr/local/bin - brew install -q orbstack@1.51 + brew install --cask orbstack@1.51 orb - name: Checkout code