Skip to content

Commit 5e93342

Browse files
authored
ci: macos-latest is changing to macos-14 ARM runners (#140)
* ci: macos-latest is changing to macos-14 ARM runners Committed via https://github.com/asottile/all-repos * Update .github/workflows/conda.yml
1 parent 31c5b18 commit 5e93342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
platform: [ubuntu-latest, macos-12, windows-latest]
1616
python-version: ["3.8", "3.11"]
1717

1818
runs-on: ${{ matrix.platform }}

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
platform: [windows-latest, macos-latest, ubuntu-latest]
17+
platform: [windows-latest, macos-13, ubuntu-latest]
1818
python-version: ["3.7", "3.12", "pypy-3.9"]
1919

2020
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ubuntu-latest, macos-latest, windows-latest]
47+
os: [ubuntu-latest, macos-13, windows-latest]
4848

4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)