From 9c2c7344064ecf7d5532a03dd4009bda5404fc7a Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 13 Dec 2024 11:26:28 +0100 Subject: [PATCH] downgrade macos --- .github/workflows/test-env.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-env.yml b/.github/workflows/test-env.yml index d0b63fc8..8d31131c 100644 --- a/.github/workflows/test-env.yml +++ b/.github/workflows/test-env.yml @@ -8,7 +8,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, ubuntu-latest, windows-latest ] + # macos-latest is osx-arm64 and the env is not building there yet b/c of robis. + os: [ macos-13, ubuntu-latest, windows-latest ] fail-fast: false defaults: run: