Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 24, 2024
1 parent 4737386 commit 1b81573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- {os: macos-latest, python-version: '3.8'}
- {os: macos-latest, python-version: '3.12'}
- {os: macos-13, python-version: '3.8'}
- {os: macos-13, python-version: '3.12'}
- {os: windows-latest, python-version: '3.8'}
- {os: windows-latest, python-version: '3.12'}

Expand Down

0 comments on commit 1b81573

Please sign in to comment.