Skip to content

Commit

Permalink
update Python versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 23, 2024
1 parent a05410d commit c76eba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
# ref: https://github.com/jonashackt/vagrant-github-actions
# MIT License
runs-on: macos-10.15
runs-on: macos-latest

strategy:
fail-fast: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: macos-latest
python: 3.8
python: "3.12"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c76eba6

Please sign in to comment.