Skip to content

Commit 0f079bc

Browse files
committed
CI: macos-latest now runs on arm
1 parent 5031bd3 commit 0f079bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,13 @@ jobs:
105105
strategy:
106106
fail-fast: false
107107
matrix:
108-
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
108+
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
109109
manylinux: [auto]
110110
# interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
111111
interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12"]
112112
include:
113113
- os: ubuntu-latest
114114
platform: linux
115-
exclude:
116-
- os: macos-14
117-
interpreter: '3.8'
118-
- os: macos-14
119-
interpreter: '3.9'
120115

121116
runs-on: ${{ matrix.os }}
122117
steps:

0 commit comments

Comments
 (0)