Skip to content

Commit 710c5ad

Browse files
authored
chore: do not run test on intel mac anymore, and reduce python target (#1875)
* Closes #1725 * Still do release on Intel Mac for the time being.
1 parent caa28cf commit 710c5ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
timeout-minutes: 45
7676
strategy:
7777
matrix:
78-
python-minor-version: [ "8", "9", "10", "11" ]
78+
python-minor-version: [ "8", "11" ]
7979
runs-on: "ubuntu-22.04"
8080
defaults:
8181
run:
@@ -138,7 +138,7 @@ jobs:
138138
timeout-minutes: 45
139139
strategy:
140140
matrix:
141-
mac-runner: [ "macos-13", "macos-13-xlarge" ]
141+
mac-runner: [ "macos-13-xlarge" ]
142142
runs-on: "${{ matrix.mac-runner }}"
143143
defaults:
144144
run:
@@ -152,7 +152,7 @@ jobs:
152152
- name: Set up Python
153153
uses: actions/setup-python@v4
154154
with:
155-
python-version: "3.10"
155+
python-version: "3.11"
156156
- uses: Swatinem/rust-cache@v2
157157
with:
158158
workspaces: python

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
mac-build:
100100
strategy:
101101
matrix:
102-
mac-runner: [ "macos-13", "macos-13-xlarge" ]
102+
mac-runner: [ "macos-13-xlarge" ]
103103
runs-on: "${{ matrix.mac-runner }}"
104104
timeout-minutes: 45
105105
defaults:

0 commit comments

Comments
 (0)