Skip to content

Commit

Permalink
Fixes a bug in macos tests not running due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Dec 29, 2024
1 parent 5863d7d commit 35022dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
os: ["ubuntu-20.04", "windows-2019", "macos-12"]
os: ["ubuntu-20.04", "windows-2019", "macos-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 35022dc

Please sign in to comment.