fix: allow for other archs (#1239)

* fix: allow for other archs

* fix: platform tests
This commit is contained in:
Tom Hu
2024-01-31 09:18:52 -08:00
committed by GitHub
parent 98ab2c591b
commit a7b945cea4
6 changed files with 25 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest, macos-latest-xlarge]
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
@@ -76,4 +76,4 @@ jobs:
name: codecov-version
version: v0.2.0
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}