Skip to content

Commit

Permalink
ci: use ubuntu-latest, macos-latest (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla authored Apr 6, 2023
1 parent b912e88 commit b62b9a3
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: true

matrix:
os: [ubuntu-18.04, macos-10.15]
os: [ubuntu-latest, macos-latest]
pyv: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc - 3.11"]

steps:
Expand Down

0 comments on commit b62b9a3

Please sign in to comment.