Skip to content

Commit

Permalink
fix publish os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Jan 29, 2024
1 parent 707f2f2 commit 9bf91f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
os: [ ubuntu-20.04, windows-2022, macos-12, macos-13-arm64 ]
os: [ ubuntu-20.04, windows-latest, macos-latest ]

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

Expand Down

0 comments on commit 9bf91f3

Please sign in to comment.