CI/Update macOS runners: macos-latest switched to macos-14 (#44094)

macos-latest switched to macos-14, so now we are running
two identical jobs.
This commit is contained in:
Massimiliano Culpo
2024-05-09 14:28:17 +02:00
committed by GitHub
parent 7df35d0da0
commit e60f6f4a6e

View File

@@ -195,7 +195,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-14]
os: [macos-13, macos-14]
python-version: ["3.11"]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b