diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18bf5e6..d586edb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: # matrixed execution for parallel gh-action performance increases python_version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-22.04, macos-13] + os: [ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} env: OS: ${{ matrix.os }}