Skip to content

Commit

Permalink
Update github actions macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Dec 16, 2024
1 parent 8ffa4d8 commit c710cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
matrix:
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
python_version:
- '3.8'
- '3.9'
Expand All @@ -99,7 +99,7 @@ jobs:
- '3.13'
architecture: [x86, x64]
exclude:
- os: macos-12
- os: macos-13
architecture: x86
- os: ubuntu-22.04
architecture: x86
Expand Down

0 comments on commit c710cde

Please sign in to comment.