ci: fix duplicate triggers, pin macos-14 to avoid migration warning

This commit is contained in:
Artem Akymenko
2026-07-08 16:52:26 +03:00
parent 2277f16d0a
commit e7a88a513a
+2 -1
View File
@@ -2,6 +2,7 @@ name: pip install
run-name: pip install
on:
push:
branches: [main]
paths:
- '**.py'
- 'pyproject.toml'
@@ -15,7 +16,7 @@ jobs:
install-and-run:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
python-version: ['3.12']
fail-fast: false
runs-on: ${{ matrix.os }}