Skip to content

Commit

Permalink
Forgot to add macos13 to both CI matricies.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Nov 17, 2024
1 parent 1f12d9b commit 5f39bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
os: ['ubuntu-22.04', 'macos-14', 'windows-2022']
os: ['ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022']

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

Expand Down

0 comments on commit 5f39bc3

Please sign in to comment.