diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 313a169..eb75f8e 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -13,12 +13,13 @@ defaults: run: shell: bash +# in 2025 macos-latest is macos-15 and macos-13 is about to retire jobs: test: strategy: matrix: os: - - macos-13 + - macos-14 - macos-latest - windows-latest - ubuntu-latest