Skip to content

Commit 9c0a3bf

Browse files
Use macos-13 in GitHub action.
1 parent 0962234 commit 9c0a3bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14+
# TODO: switch macos-13 to macos-latest@arm64
1415
python-version: ['3.8', '3.9', '3.10']
15-
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
16+
os: [ubuntu-latest, windows-latest, macos-13]
1617

1718
steps:
1819
- uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14+
# TODO: switch macos-13 to macos-latest@arm64
1415
python-version: ['3.8', '3.9', '3.10']
15-
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
16+
os: [ubuntu-latest, windows-latest, macos-13]
1617

1718
steps:
1819
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)