Skip to content

Commit 176acfb

Browse files
committed
Use free macOS runners
1 parent 908bcd8 commit 176acfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
# macOS (14 -- Intel, 15, 26 -- ARM)
19-
- os: macos-14-large
18+
# macOS (14 -- ARM, 15 -- Intel, 26 -- ARM)
19+
- os: macos-14
2020
python-version: '3.10'
2121
setup-python: true
22-
- os: macos-14-large
22+
- os: macos-14
2323
python-version: '3.11'
2424
setup-python: true
25-
- os: macos-15
25+
- os: macos-15-intel
2626
python-version: '3.12'
2727
setup-python: true
28-
- os: macos-15
28+
- os: macos-15-intel
2929
python-version: '3.13'
3030
setup-python: true
3131
- os: macos-26

0 commit comments

Comments
 (0)