Skip to content

Commit

Permalink
CI: macos-latest now runs on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed May 2, 2024
1 parent 5031bd3 commit 0f079bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
manylinux: [auto]
# interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
platform: linux
exclude:
- os: macos-14
interpreter: '3.8'
- os: macos-14
interpreter: '3.9'

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0f079bc

Please sign in to comment.