diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d359cb6..e40dbb73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-latest] + os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: