Skip to content

Commit

Permalink
Update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Aug 25, 2024
1 parent 1e27d2d commit 2a5cf07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [windows-latest, macos-latest, ubuntu-20.04]
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
python_version:
- '3.8'
- '3.9'
Expand All @@ -98,9 +98,9 @@ jobs:
- '3.12'
architecture: [x86, x64]
exclude:
- os: macos-latest
- os: macos-12
architecture: x86
- os: ubuntu-20.04
- os: ubuntu-22.04
architecture: x86

steps:
Expand Down

0 comments on commit 2a5cf07

Please sign in to comment.