Skip to content

Commit

Permalink
Use macos-14 runners in test and build CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Feb 13, 2024
1 parent 4e1c05c commit 5540051
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
interpreter: pypy3.8 pypy3.9 pypy3.10
- os: macos
target: aarch64
# interpreter: 3.8 3.9 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.8 3.9 pypy3.8 pypy3.9 pypy3.10
- os: ubuntu
platform: linux
target: aarch64
Expand Down Expand Up @@ -79,19 +78,18 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, macos-latest-xlarge, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, 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-latest-xlarge
# interpreter: '3.8'
# - os: macos-latest-xlarge
# interpreter: '3.9'
exclude:
- os: macos-14
interpreter: '3.8'
- os: macos-14
interpreter: '3.9'

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
py.test -v tests
macos:
runs-on: macos-latest
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5540051

Please sign in to comment.