File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,21 +93,21 @@ jobs:
9393 strategy :
9494 matrix :
9595 include :
96- - platform : ubuntu-latest
97- target : linux
98- python-version : " 3.11"
99- - platform : macos-latest
100- target : macosx
101- python-version : " 3.11"
96+ # - platform: ubuntu-latest
97+ # target: linux
98+ # python-version: "3.11"
99+ # - platform: macos-latest
100+ # target: macosx
101+ # python-version: "3.11"
102102 - platform : windows-latest
103103 target : windows
104104 python-version : " 3.11"
105- - platform : macos-latest
106- target : iphoneos
107- python-version : " 3.11"
108- - platform : macos-latest
109- target : iphonesimulator
110- python-version : " 3.11"
105+ # - platform: macos-latest
106+ # target: iphoneos
107+ # python-version: "3.11"
108+ # - platform: macos-latest
109+ # target: iphonesimulator
110+ # python-version: "3.11"
111111
112112 runs-on : ${{ matrix.platform }}
113113
You can’t perform that action at this time.
0 commit comments