Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 3, 2024
1 parent daa649d commit 68f939f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# version number must be string, otherwise 3.10 becomes 3.1
- os: windows-latest
python-version: "3.11"
- os: macos-latest
- os: macos-13
python-version: "3.8"
- os: ubuntu-latest
python-version: "pypy-3.8"
Expand All @@ -44,5 +44,5 @@ jobs:
env:
DEBUG: 1
- uses: ts-graphviz/setup-graphviz@v1
if: ${{ matrix.os != 'macos-latest' }}
if: ${{ matrix.os != 'macos-13' }}
- run: python -m pytest
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
arch: [auto, aarch64, universal2]
py: [cp38, cp39, cp310, cp311, cp312]
exclude:
- os: windows-latest
arch: aarch64
- os: windows-latest
arch: universal2
- os: macos-latest
- os: macos-13
arch: aarch64
- os: ubuntu-latest
arch: universal2
Expand Down

0 comments on commit 68f939f

Please sign in to comment.