Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 24, 2024
1 parent 621cd97 commit 721896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.8', '3.10', '3.12']
include:
- {os: macos-latest, python-version: '3.9'}
- {os: macos-13, python-version: '3.9'}
- {os: windows-latest, python-version: '3.8'}
- {os: windows-latest, python-version: '3.11'}
name: Check ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 721896c

Please sign in to comment.