Skip to content

Commit

Permalink
Update macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Apr 24, 2024
1 parent 811ebcf commit 9d9fe5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os:
- ubuntu-latest
- macOS-latest
- macOS-13
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_min_reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Install minimum dependencies
Expand Down

0 comments on commit 9d9fe5c

Please sign in to comment.