Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkumor3 committed Feb 12, 2024
1 parent 329f324 commit 5ab91c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "macos-12", macos-13, macos-14, "windows-latest" ]
python-version: [ "3.12" ]
python-version: [ "3.11" ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "macos-12", "macos-13", "macos-14", "windows-latest" ]
python-version: [ "3.12" ]
python-version: [ "3.11" ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 5ab91c7

Please sign in to comment.