Skip to content

Commit d196547

Browse files
committed
fix(ci): remove some osx targets
1 parent a17afb2 commit d196547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# All architectures supported
1212
strategy:
1313
matrix:
14-
arch: ['win-x64', 'win-arm64', 'linux-x64', 'linux-arm64', 'osx-x64', 'osx.11.0-arm64', 'osx.12-arm64']
14+
arch: ['win-x64', 'win-arm64', 'linux-x64', 'linux-arm64', 'osx-x64', 'osx-arm64']
1515

1616
runs-on: ubuntu-latest
1717

0 commit comments

Comments
 (0)