Skip to content

Commit

Permalink
upgrade versions in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 5, 2024
1 parent 2f8e5cb commit 5dbc670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.7", "3.10"]
os: [ubuntu-latest, macos-13]
python-version: ["3.8", "3.10"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 5dbc670

Please sign in to comment.