Skip to content

Commit

Permalink
Introduce macOS dev compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Dec 29, 2024
1 parent 09d4120 commit e779fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
fail-fast: false # Continue running jobs even if one fails

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-perfetto-trace-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p tmp
mkdir -p vendor/generated

check_proto() {
echo "cf1ec0ad32d6772a2bf852e17195e1616062c2afa2320a2eb3f8af7f7956d7e3 tmp/perfetto_trace.proto" | sha256sum --check $@
echo "cf1ec0ad32d6772a2bf852e17195e1616062c2afa2320a2eb3f8af7f7956d7e3 tmp/perfetto_trace.proto" | shasum -a 256 --check $@
}

# Generate python bindings from perfetto_trace.proto
Expand Down

0 comments on commit e779fa9

Please sign in to comment.