Skip to content

Commit 0d2c6db

Browse files
disable windows in check-binary-size.yml for now
1 parent b9ec3d0 commit 0d2c6db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-binary-size.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
name: Check binary size
2323
strategy:
2424
matrix:
25-
platform: [ubuntu-latest, windows-latest]
25+
# FIXME(jubilee): the immutable upload needs us to disambiguate things
26+
# platform: [ubuntu-latest, windows-latest]
27+
platform: [ubuntu-latest]
2628
runs-on: ${{ matrix.platform }}
2729
permissions:
2830
contents: read

0 commit comments

Comments
 (0)