Skip to content

Commit 83a2e7b

Browse files
authored
ci: macos-latest is changing to macos-14 ARM runners (#196)
* 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 42ffb16 commit 83a2e7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
platform: [ubuntu-latest, windows-latest, macos-latest]
19+
platform: [ubuntu-latest, windows-latest, macos-12]
2020
python-version: ["3.8", "3.10"]
2121

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

.github/workflows/pip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
platform: [windows-latest, macos-latest, ubuntu-latest]
19+
platform: [windows-latest, macos-13, ubuntu-latest]
2020
python-version: ["3.7", "3.11"]
2121

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

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-latest]
42+
os: [ubuntu-latest, windows-latest, macos-13]
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)