From 4a2f552a08f1d22cf7b3b6a0895df963819bce8f Mon Sep 17 00:00:00 2001 From: youben11 Date: Wed, 29 Mar 2023 11:46:57 +0100 Subject: [PATCH] feat(ci): use new MacOs machine on aws for concrete-python --- .github/workflows/concrete_python_test_macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/concrete_python_test_macos.yml b/.github/workflows/concrete_python_test_macos.yml index 05666fd69..e4d6a37eb 100644 --- a/.github/workflows/concrete_python_test_macos.yml +++ b/.github/workflows/concrete_python_test_macos.yml @@ -17,9 +17,9 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-11", "m1mac"] + machine: ["aws-mac1-metal", "m1mac"] - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.machine }} steps: - name: Set up SSH agent uses: webfactory/ssh-agent@v0.7.0