Skip to content

Commit

Permalink
test py311 on mac 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 21, 2024
1 parent b5cca26 commit cdf26e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest] #[ubuntu-latest, macos-latest, windows-latest]
#python-version: ["3.11"]
python-version: ["3.8", "3.9", "3.10"]#, "3.11"]#, "3.12"]
os: [macos-13, macos-14] #[ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11"]
#python-version: ["3.8", "3.9", "3.10"]#, "3.11"]#, "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cdf26e0

Please sign in to comment.