Skip to content

Commit

Permalink
fix: use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 14, 2025
1 parent 9fa79b6 commit ac38276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build Compiled Assets

on:
Expand All @@ -16,10 +17,11 @@ jobs:
fail-fast: true
matrix:
include:
- os: macos-13
- os: macos-latest
TARGET: macos
CMD_REQS: >
mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary tree_sitter,ijson,charset_normalizer,PyYAML .. &&
# currently, wrapt pulls the arm64 version instead of the universal one, so the below is a hack
rm $(ls | grep wrapt) && pip download wrapt --platform=universal2 --only-binary=:all: && pip install $(ls | grep wrapt) --force-reinstall && cd .. &&
pip install --no-deps --no-index --find-links=pip-packages pip-packages/*
CMD_BUILD: >
Expand Down

0 comments on commit ac38276

Please sign in to comment.