Upgrade to macos-13 for the intel runners

This commit is contained in:
Joe Rickerby
2024-02-04 11:14:18 +00:00
parent e62fa652c5
commit b4a353c0c6
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-11, macos-14]
os: [ubuntu-20.04, windows-latest, macos-13, macos-14]
python_version: ['3.12']
include:
- os: ubuntu-22.04