Skip to content

Commit ab08463

Browse files
authored
Drop support for macOS x86 in python package workflow (#635)
1 parent 673d93c commit ab08463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
os:
1919
- ubuntu-latest
2020
- windows-latest
21-
- macos-13 # x86_64
22-
- macos-14 # aarch64
21+
- macos-latest
2322

2423
steps:
2524
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)