Skip to content

Commit 8e518fa

Browse files
committed
ci: drop macos support
See pkgcraft/pkgcraft#70.
1 parent c0bc410 commit 8e518fa

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest]
1717
python-version: ['3.9', '3.10', '3.11']
1818

1919
steps:

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
arch: 'aarch64'
1717
- os: ubuntu-latest
1818
arch: 'ppc64le'
19-
- os: macos-latest
20-
arch: 'x86_64'
21-
macos-target: '11.0'
2219
runs-on: ${{ matrix.os }}
2320
env:
2421
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}

0 commit comments

Comments
 (0)