Skip to content

Commit c710cde

Browse files
committed
Update github actions macOS version
1 parent 8ffa4d8 commit c710cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 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: ["ubuntu-22.04", "macos-12", "windows-2022"]
92+
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
9393
python_version:
9494
- '3.8'
9595
- '3.9'
@@ -99,7 +99,7 @@ jobs:
9999
- '3.13'
100100
architecture: [x86, x64]
101101
exclude:
102-
- os: macos-12
102+
- os: macos-13
103103
architecture: x86
104104
- os: ubuntu-22.04
105105
architecture: x86

0 commit comments

Comments
 (0)