Skip to content

Commit

Permalink
Maintenance: upgrade MacOS version for GitHub Actions unit testing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Oct 21, 2024
1 parent bc8cb72 commit 176acf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
# set toxenv to workaround-darwin on macos (check tox.ini)
- toxenv: py
- os: macos-13
- os: macos-latest
toxenv: workaround-darwin
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 176acf2

Please sign in to comment.