Skip to content

Commit

Permalink
Drop macos x86 from Actions matrix
Browse files Browse the repository at this point in the history
Remove the latest macos using x86 architecture from the GitHub Actions
matrix we use for running tests. Since we dropped support for Python
3.8, we don't need to test Harmonica with oldest versions in macos
runners with x86 cpus.
  • Loading branch information
santisoler committed Jun 18, 2024
1 parent d7b315b commit 8988c55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
python: "3.11"
- dependencies: optional
python: "3.11"
# test on macos-13 (x86) using oldest dependencies and python 3.9
- os: macos-13
dependencies: oldest
python: "3.9"
exclude:
# don't test on macos-latest (arm64) with oldest dependencies
- os: macos-latest
dependencies: oldest

env:
REQUIREMENTS: env/requirements-build.txt env/requirements-tests.txt
Expand Down

0 comments on commit 8988c55

Please sign in to comment.