Skip to content

Commit

Permalink
ci: use macos-latest for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 6, 2024
1 parent 1fb3737 commit 542c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10']
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
env:
# Display must be available globally for linux to know where xvfb is
DISPLAY: :0
Expand Down

0 comments on commit 542c435

Please sign in to comment.