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