Skip to content

Commit 088686d

Browse files
Fix macos actions.
1 parent 45c4cf2 commit 088686d

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ jobs:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
1414
python-version: ['3.8', '3.9', '3.10']
15-
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
15+
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
2316

2417
steps:
2518
- uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ jobs:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
1414
python-version: ['3.8', '3.9', '3.10']
15-
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
15+
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
2316

2417
steps:
2518
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)