diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 403c0df..b522aaa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: macos-13 + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v3