From 2030f0b5cf8ff38e2a2858776570185801401b34 Mon Sep 17 00:00:00 2001 From: Kurman Karabukaev Date: Thu, 20 Oct 2022 12:06:29 -0700 Subject: [PATCH] Speed up macOS actions by using larger instance Summary: Switch to managed macos-12-xl to speed up macos unittests. Differential Revision: D40562764 fbshipit-source-id: 781291295dd72848ff899bea1cd4c0b556619c86 --- .github/workflows/python-unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-unittests.yaml b/.github/workflows/python-unittests.yaml index f195be1d4..5e935fae0 100644 --- a/.github/workflows/python-unittests.yaml +++ b/.github/workflows/python-unittests.yaml @@ -14,7 +14,7 @@ jobs: platform: [ubuntu-18.04] include: - python-version: 3.9 - platform: macos-latest + platform: macos-12-xl fail-fast: false runs-on: ${{ matrix.platform }} steps: