Skip to content

Commit ebc4ac8

Browse files
authored
ci: macos-latest is changing to macos-14 ARM runners (#183)
* 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 835e1a8 commit ebc4ac8

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
platform: [ubuntu-latest, windows-latest, macos-latest]
15+
platform: [ubuntu-latest, windows-latest, macos-12]
1616
python-version: ["3.8", "3.10"]
1717

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

.github/workflows/pip.yml

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

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

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-latest, windows-latest, macos-latest]
40+
os: [ubuntu-latest, windows-latest, macos-13]
4141

4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)