Skip to content

Commit 63ef5fa

Browse files
Switch test OS back to macos-13.
1 parent 1be773b commit 63ef5fa

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
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: ['3.9', '3.10', '3.11', '3.12']
13-
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
13+
# TODO: switch macos-13 to macos-latest
14+
os: [ubuntu-latest, windows-latest, macos-13]
1415

1516
steps:
1617
- uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: ['3.9', '3.10', '3.11', '3.12']
13-
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
13+
# TODO: switch macos-13 to macos-latest
14+
os: [ubuntu-latest, windows-latest, macos-13]
1415

1516
steps:
1617
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)