diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c1b305ea..a712c874 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: shell: bash # For some reason macOS-14 doesn't seem to have Python - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 if: ${{ matrix.platform.runner == 'macos-14' }} with: python-version: "3.11"