Skip to content

Commit

Permalink
Merge pull request #82 from minrk/update-ci
Browse files Browse the repository at this point in the history
update Python versions in test matrix
  • Loading branch information
minrk authored Apr 24, 2024
2 parents a05410d + b9e342a commit 38caf37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
test:
# ref: https://github.com/jonashackt/vagrant-github-actions
# MIT License
runs-on: macos-10.15
# after macos-12, vagrant stops working
runs-on: macos-12

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 38caf37

Please sign in to comment.