Skip to content

Commit f81b092

Browse files
authored
ci: macos-latest is changing to macos-14 ARM runners (#37)
* ci: macos-latest is changing to macos-14 ARM runners Committed via https://github.com/asottile/all-repos * Apply suggestion from @henryiii
1 parent 1af97f9 commit f81b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.11"
2121
runs-on:
2222
- ubuntu-latest
23-
- macos-latest
23+
- macos-15-intel
2424
runs-on: ${{ matrix.runs-on }}
2525
name: Test • 🐍 ${{ matrix.python-version }} • ${{matrix.runs-on}}
2626
steps:

0 commit comments

Comments
 (0)