Skip to content

Commit 51b2ba2

Browse files
kurmanfacebook-github-bot
authored andcommitted
Speed up macOS actions by using larger instance (#624)
Summary: Pull Request resolved: #624 Switch to managed macos-12-xl to speed up macos unittests. Reviewed By: d4l3k Differential Revision: D40562764 fbshipit-source-id: fdbe1a06cd95b244018e55550d103e840e1844b2
1 parent e30c113 commit 51b2ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
platform: [ubuntu-18.04]
1515
include:
1616
- python-version: 3.9
17-
platform: macos-latest
17+
platform: macos-12-xl
1818
fail-fast: false
1919
runs-on: ${{ matrix.platform }}
2020
steps:

0 commit comments

Comments
 (0)