Skip to content

Commit

Permalink
fix macos tests?
Browse files Browse the repository at this point in the history
Man, thought I wouldn't get bit by the "Apple Silicon" issues...lol
  • Loading branch information
GhostofGoes committed Jun 2, 2024
1 parent a12139c commit 7dd6ff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
platform:
- ubuntu-20.04
- windows-latest
- macos-latest
# Fix tests failing on MacOS 14+ due to ARM architecture
# https://github.com/actions/setup-python/issues/825
# TODO: update tests to use ARM MacOS with 14+, add
# architecture to the list of architectures above.
- macos-13
exclude:
- platform: ubuntu-20.04
architecture: x86
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ python =
PLATFORM =
ubuntu-20.04: linux
ubuntu-latest: linux
macos-13: macos
macos-latest: macos
windows-latest: windows

Expand Down

0 comments on commit 7dd6ff6

Please sign in to comment.