Skip to content

Commit 7f1bcae

Browse files
committed
temporarily remove macos, default runners are now for M1
1 parent 35f161e commit 7f1bcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [windows-latest, ubuntu-latest, macos-13]
16+
os: [windows-latest, ubuntu-latest]
1717
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up Python ${{ matrix.python-version }}
20+
- name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }}
2121
uses: actions/setup-python@v1
2222
with:
2323
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)