From d754b9e441bb5e83d46c98e2f82ed86f6f39cde3 Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Thu, 27 Jun 2024 04:03:17 +0300 Subject: [PATCH] chore: fix mac os ci Update the runner to macos 13 following this issue https://github.com/actions/runner-images/issues/9997 Signed-off-by: Roman Gershman --- .github/workflows/mac-os.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mac-os.yml b/.github/workflows/mac-os.yml index 718ac99e..fbcddc90 100644 --- a/.github/workflows/mac-os.yml +++ b/.github/workflows/mac-os.yml @@ -15,14 +15,13 @@ env: jobs: build-macos: - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 30 # ✨✨✨✨ steps: - uses: actions/checkout@v4 - run: | - brew uninstall --formula node kotlin harfbuzz sbt selenium-server imagemagick \ - gradle maven openjdk postgresql r ant mongodb-community@5.0 mongosh \ - node@18 php composer + # brew uninstall --formula kotlin harfbuzz sbt selenium-server imagemagick + # gradle maven openjdk postgresql r ant php composer # Prevent updating these packages that sometimes break the update brew pin azure-cli jpeg-xl aom lima pipx gcc