Skip to content

Commit

Permalink
fix: test not on m1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 8, 2024
1 parent dd9576d commit e089efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest, macos-latest-xlarge]
#os: [macos-latest, windows-latest, ubuntu-latest, macos-latest-xlarge]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit e089efb

Please sign in to comment.