Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
- Update macos versions
  • Loading branch information
connorferster committed Jun 11, 2024
1 parent 48ece9e commit a55db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a55db4c

Please sign in to comment.