Skip to content

Commit

Permalink
TST: migrate macOS CI to arm64, move x86 to cron
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Apr 24, 2024
1 parent 0d4fc36 commit 146acb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
toxargs: -v
toxposargs: --remote-data=any

- name: Python 3.12 on macOS (intel x86)
os: macos-12
python: '3.12'
toxenv: py312-test-alldeps
toxargs: -v
toxposargs: --remote-data=any

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Python 3.11 with all optional dependencies (MacOS X)
macos: py311-test-alldeps
posargs: --durations=50 --run-slow
runs-on: macos-12
runs-on: macos-latest
- name: Python 3.10 Double test (Run tests twice)
linux: py310-test-double
Expand Down

0 comments on commit 146acb2

Please sign in to comment.