Skip to content

Commit

Permalink
[Tests] Remove Apple silicon temporarily (paid account needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Nov 5, 2023
1 parent 8894d79 commit 27ac959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
fail-fast: true
max-parallel: 15
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13-xlarge]
# os: [ubuntu-latest, macos-latest, windows-latest, macos-13-xlarge]
# For Apple Silicon: https://github.com/actions/runner-images/issues/8439
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
defaults:
run:
Expand Down

0 comments on commit 27ac959

Please sign in to comment.