Skip to content

Commit 45c4cf2

Browse files
Fix macos actions.
1 parent 2c293fb commit 45c4cf2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
# https://github.com/actions/setup-python/issues/682
1414
python-version: ['3.8', '3.9', '3.10']
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16+
include:
17+
- os: macos-latest
18+
runner: macos-latest@arm64
19+
- os: ubuntu-latest
20+
runner: ubuntu-latest
21+
- os: windows-latest
22+
runner: windows-latest
1623

1724
steps:
1825
- uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ jobs:
1313
# https://github.com/actions/setup-python/issues/682
1414
python-version: ['3.8', '3.9', '3.10']
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
16+
include:
17+
- os: macos-latest
18+
runner: macos-latest@arm64
19+
- os: ubuntu-latest
20+
runner: ubuntu-latest
21+
- os: windows-latest
22+
runner: windows-latest
23+
1724
steps:
1825
- uses: actions/checkout@v1
1926

0 commit comments

Comments
 (0)