Skip to content

Commit

Permalink
chore: do not run test on intel mac anymore, and reduce python target (
Browse files Browse the repository at this point in the history
…#1875)

* Closes #1725 
* Still do release on Intel Mac for the time being.
  • Loading branch information
eddyxu authored Jan 27, 2024
1 parent caa28cf commit 710c5ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
timeout-minutes: 45
strategy:
matrix:
python-minor-version: [ "8", "9", "10", "11" ]
python-minor-version: [ "8", "11" ]
runs-on: "ubuntu-22.04"
defaults:
run:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
timeout-minutes: 45
strategy:
matrix:
mac-runner: [ "macos-13", "macos-13-xlarge" ]
mac-runner: [ "macos-13-xlarge" ]
runs-on: "${{ matrix.mac-runner }}"
defaults:
run:
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: Swatinem/rust-cache@v2
with:
workspaces: python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
mac-build:
strategy:
matrix:
mac-runner: [ "macos-13", "macos-13-xlarge" ]
mac-runner: [ "macos-13-xlarge" ]
runs-on: "${{ matrix.mac-runner }}"
timeout-minutes: 45
defaults:
Expand Down

0 comments on commit 710c5ad

Please sign in to comment.