Skip to content

Commit 2bfae4e

Browse files
committed
Update matrix
1 parent 44ded43 commit 2bfae4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
9191
matrix:
92-
os: [windows-latest, macos-latest, ubuntu-20.04]
92+
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
9393
python_version:
9494
- '3.8'
9595
- '3.9'
@@ -98,9 +98,9 @@ jobs:
9898
- '3.12'
9999
architecture: [x86, x64]
100100
exclude:
101-
- os: macos-latest
101+
- os: macos-12
102102
architecture: x86
103-
- os: ubuntu-20.04
103+
- os: ubuntu-22.04
104104
architecture: x86
105105

106106
steps:

0 commit comments

Comments
 (0)