Update .github/workflows/test.yml

This commit is contained in:
Henry Schreiner
2024-01-30 11:42:21 -05:00
committed by GitHub
parent ec181518ca
commit 3c0df0b567
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-11, macos-13-xlarge]
os: [ubuntu-20.04, windows-latest, macos-11, macos-14]
python_version: ['3.12']
include:
- os: ubuntu-22.04