Skip to content

Commit

Permalink
mac fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Apr 29, 2024
1 parent dc9b2c1 commit a3af2fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-13, macos-13-xlarge, ubuntu-20.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -23,11 +23,8 @@ jobs:
with:
node-version: 20

# rust
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin,x86_64-apple-darwin

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit a3af2fc

Please sign in to comment.