From 1a4d0cb6725f7e472724b150981b105bde31cd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 29 May 2024 15:02:57 -0700 Subject: [PATCH] ci(tests): run on macos x86 (#95) * ci(tests): run on macos-latest-large currently failing on macos-latest * ci(tests): run on macos x86 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1994b1..d757990 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'coatl-dev/homebrew-coatl-dev' strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-13, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew