Skip to content

Commit 4d0b837

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Disable M1 3.11 unittests (#8977)
Reviewed By: scotts Differential Revision: D77998640 fbshipit-source-id: 37ba5b633298c64ccee913c804ee350cf266580c
1 parent 7778af8 commit 4d0b837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
python-version:
5353
- "3.9"
5454
- "3.10"
55-
- "3.11"
55+
# TODO put back 3.11 (See blame)
56+
# - "3.11"
5657
- "3.12"
5758
runner: ["macos-m1-stable"]
5859
fail-fast: false

0 commit comments

Comments
 (0)