Skip to content

Commit 9a3a026

Browse files
authored
Remove macOS 13 pin on GH actions (#9673)
1 parent f3ea388 commit 9a3a026

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-dep-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16-
# macOS pinned to 13 due to 14+ defaulting to arm64 hardware
17-
os: [ubuntu-latest, macOS-13, windows-latest]
16+
os: [ubuntu-latest, macOS-latest, windows-latest]
1817

1918
steps:
2019
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

.github/workflows/source-dist-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17-
# macOS pinned to 13 due to 14+ defaulting to arm64 hardware
18-
os: [ubuntu-latest, macOS-13, windows-latest]
17+
os: [ubuntu-latest, macOS-latest, windows-latest]
1918
steps:
2019
- uses: actions/checkout@v2
2120
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)