Skip to content

Commit

Permalink
disable windows in check-binary-size.yml for now
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jan 3, 2025
1 parent b9ec3d0 commit 0d2c6db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
name: Check binary size
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
# FIXME(jubilee): the immutable upload needs us to disambiguate things
# platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
permissions:
contents: read
Expand Down

0 comments on commit 0d2c6db

Please sign in to comment.