Update CI to macOS 14

This commit is contained in:
Ben Olden-Cooligan 2024-02-06 20:28:41 -08:00
parent 8906f5b76e
commit 22f8809ece

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-12]
os: [windows-2022, ubuntu-22.04, macos-14]
steps:
- name: Install OS dependencies
if: matrix.os == 'ubuntu-22.04'