Skip to content

Commit b312668

Browse files
committed
Debugging
1 parent ebffa1d commit b312668

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/dawn.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)